Html Css Color HEX #A21486 Dark Purple

📋 copy color: '#A21486'

red 162 ◦ green 20 ◦ blue 134

#A21486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A21486

Tints of Dark Purple #A21486

RGB

 RED value IS 162 (63.67% from 255) = 51.27%

 GREEN value IS 20 (8.2% from 255) = 6.33%

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 51.27%
G = 6.33%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A21486 (or 0xA21486) is known color: Dark Purple. HEX triplet: A2, 14 and 86. RGB value is (162,20,134). Sum of RGB (Red+Green+Blue) = 162+20+134=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A21486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21486 is #5DEB79. Grayscale: #4B4B4B. Windows color (decimal): -6155130 or 8787106. OLE color: 8787106.

HSL color Cylindrical-coordinate representation of color #A21486: hue angle of 311.83º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21486 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 20 134 -
CMYK 0 0.88 0.17 0.36
HSL 311.83º 0.78% 0.36% -
HSV(B) 311.83º 0.88% 0.64% -
XYZ 19.45 9.9 23.44 -
YUV 75.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 162 20 134 0 0.88 0.17 0.36 311.83 0.78 0.36
Hex A2 14 86 0 58 11 24 138 4E 24
Octal 242 24 206 0 130 21 44 470 116 44
Binary 10100010 10100 10000110 0 1011000 10001 100100 100111000 1001110 100100

Color Harmonies of #A21486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21486

Black with #A21486

Text Example


Text Example

White with #A21486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21486; }

 p { color: rgb(162,20,134); }

 H1.HeaderClassName
 {
   color: #A21486;
 }
 .AnyTagClassName
 {
   color: #A21486;
 }
</style>

background-color css

<style>
 a { background-color: #A21486; }

 a { background-color: rgb(162,20,134); }

 div.DivClassName
 {
   background-color: #A21486;
 }
 .BgClassName
 {
   background-color: #A21486;
 }
</style>

border-color css

<style>
 span { border-color: #A21486; }

 span { border-color: rgb(162,20,134); }

 td.TdClassName
 {
   border-color: #A21486;
 }
 .TagClassName
 {
   border-color: #A21486;
 }
</style>