Html Css Color HEX #A21987 Dark Purple

📋 copy color: '#A21987'

red 162 ◦ green 25 ◦ blue 135

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

Shades of Dark Purple #A21987

Tints of Dark Purple #A21987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.76%

 BLUE value IS 135 (53.13% from 255) = 41.93%

R = 50.31%
G = 7.76%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A21987 (or 0xA21987) is known color: Dark Purple. HEX triplet: A2, 19 and 87. RGB value is (162,25,135). Sum of RGB (Red+Green+Blue) = 162+25+135=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A21987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21987 is #5DE678. Grayscale: #4E4E4E. Windows color (decimal): -6153849 or 8853922. OLE color: 8853922.

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

Color convert

RGB 162 25 135 -
CMYK 0 0.85 0.17 0.36
HSL 311.82º 0.73% 0.37% -
HSV(B) 311.82º 0.85% 0.64% -
XYZ 19.62 10.13 23.84 -
YUV 78.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 162 25 135 0 0.85 0.17 0.36 311.82 0.73 0.37
Hex A2 19 87 0 55 11 24 138 49 25
Octal 242 31 207 0 125 21 44 470 111 45
Binary 10100010 11001 10000111 0 1010101 10001 100100 100111000 1001001 100101

Color Harmonies of #A21987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21987

Black with #A21987

Text Example


Text Example

White with #A21987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21987; }

 p { color: rgb(162,25,135); }

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

background-color css

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

 a { background-color: rgb(162,25,135); }

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

border-color css

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

 span { border-color: rgb(162,25,135); }

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