COLOR #A24DBB

HEX: #A24DBB
RGB: (162,77,187)

Color info

#A24DBB contains mainly red and blue colors. Web safe color of #A24DBB is #9933CC (or #93C).

RGB color model

#A24DBB color RGB value is (162,77,187).

  • red value is 162;
  • green value is 77;
  • blue value is 187.
RGB:
(162,77,187)
(64%,30%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 77 of 255 = 30%
B 187 of 255 = 73%

162
77
187

R + G + B ~ 56%. #A24DBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
162 + 77 + 187 = 426 (100%)
R 162 of 426 ~ 38.03%
G 77 of 426 ~ 18.08%
B 187 of 426 ~ 43.9%

%38.03
%18.08
%43.9

CMYK color model

#A24DBB color CMYK value is (13,59,0,27).

  • cyan value is 13.37%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,59,0,27)
C13M59Y0K27 
(13%,59%,0%,27%)
(0.13/0.59/0.00/0.27)	

CMYK percentages

%13.37
%58.82
%0
%26.67

Codes

Color #A24DBB in popluar color models

A24DBB
RGB16277187
HSL286°44.72%51.76%
HSB/HSV286°58.82%73.33%
CMYK13.37%58.82%0.00%
26.67%

Color #A24DBB in popluar number systems.

HEXA24DBB
Decimal16277187
Binary10100010100110110111011
Octal242115273

Shades and tints

Shades of #A24DBB

#A24DBB
(162,77,187)
#9446AA
(148,70,170)
#863F99
(134,63,153)
#783888
(120,56,136)
#6A3177
(106,49,119)
#5C2A66
(92,42,102)
#4E2355
(78,35,85)
#401C44
(64,28,68)
#321533
(50,21,51)
#240E22
(36,14,34)
#160711
(22,7,17)
#000000
(0,0,0)

Tints of #A24DBB

#A24DBB
(162,77,187)
#AA5DC1
(170,93,193)
#B26DC7
(178,109,199)
#BA7DCD
(186,125,205)
#C28DD3
(194,141,211)
#CA9DD9
(202,157,217)
#D2ADDF
(210,173,223)
#DABDE5
(218,189,229)
#E2CDEB
(226,205,235)
#EADDF1
(234,221,241)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24DBB color. Also use rgb(162,77,187) instead hex code.

Text Font Color

.myTextColor { color: #A24DBB; }

<p style="color:#A24DBB">This sample text font color is #A24DBB.</p>

This text font color is #A24DBB.


Background Color

.myBgColor { background-color: #A24DBB; }

<div style="background-color:#A24DBB">Inner text</div>

This div background color is #A24DBB.


Border color

.myBorderColor { border: 1px solid #A24DBB; }

<div style="border:3px solid #A24DBB">Div</div>

This div border color is #A24DBB.


Opacity

.myOpacity80 { color: #A24DBB; opacity: 0.8; }

<p style="color:#A24DBB;opacity:0.8;">80%</p>

Text with #A24DBB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A24DBB;}

<p style="text-shadow: 3px 3px 1px #A24DBB">Text here.</p>

This text has shadow with #A24DBB color.

.textShadow {text-shadow: 3px 3px 1px #A24DBB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A24DBB, 5px 5px 20px red">Text here.</p>

This text has shadow with #A24DBB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A24DBB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A24DBB, Direction=45, Strength=4)">Text</p>

This text has shadow with #A24DBB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A24DBB;
  -webkit-box-shadow:	1px 1px 3px 2px #A24DBB;
  box-shadow:		1px 1px 3px 2px #A24DBB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A24DBB;
-webkit-box-shadow: 1px 1px 3px 2px #A24DBB;
box-shadow:1px 1px 3px 2px #A24DBB;">
Div content here</div>
This div box has shadow with color #A24DBB.

Preview

Color preview on black background

This text has color #A24DBB on black background.


Color preview on white background

This text has color #A24DBB on white background.



Black color preview on #A24DBB background

This text has black color on #A24DBB background.


White color preview on #A24DBB background

This text has white color on #A24DBB background.