Html Css Color HEX #A21587 Dark Purple

📋 copy color: '#A21587'

red 162 ◦ green 21 ◦ blue 135

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

Shades of Dark Purple #A21587

Tints of Dark Purple #A21587

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

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

R = 50.94%
G = 6.6%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A21587 (or 0xA21587) is known color: Dark Purple. HEX triplet: A2, 15 and 87. RGB value is (162,21,135). Sum of RGB (Red+Green+Blue) = 162+21+135=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21587 is #5DEA78. Grayscale: #4B4B4B. Windows color (decimal): -6154873 or 8852898. OLE color: 8852898.

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

Color convert

RGB 162 21 135 -
CMYK 0 0.87 0.17 0.36
HSL 311.49º 0.77% 0.36% -
HSV(B) 311.49º 0.87% 0.64% -
XYZ 19.54 9.97 23.82 -
YUV 76.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 162 21 135 0 0.87 0.17 0.36 311.49 0.77 0.36
Hex A2 15 87 0 57 11 24 137 4D 24
Octal 242 25 207 0 127 21 44 467 115 44
Binary 10100010 10101 10000111 0 1010111 10001 100100 100110111 1001101 100100

Color Harmonies of #A21587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21587

Black with #A21587

Text Example


Text Example

White with #A21587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21587; }

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

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

background-color css

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

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

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

border-color css

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

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

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