Html Css Color HEX #A21A87 Dark Purple

📋 copy color: '#A21A87'

red 162 ◦ green 26 ◦ blue 135

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

Shades of Dark Purple #A21A87

Tints of Dark Purple #A21A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.05%

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

R = 50.15%
G = 8.05%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A21A87 (or 0xA21A87) is known color: Dark Purple. HEX triplet: A2, 1A and 87. RGB value is (162,26,135). Sum of RGB (Red+Green+Blue) = 162+26+135=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21A87 is #5DE578. Grayscale: #4E4E4E. Windows color (decimal): -6153593 or 8854178. OLE color: 8854178.

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

Color convert

RGB 162 26 135 -
CMYK 0 0.84 0.17 0.36
HSL 311.91º 0.72% 0.37% -
HSV(B) 311.91º 0.84% 0.64% -
XYZ 19.64 10.17 23.85 -
YUV 79.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 162 26 135 0 0.84 0.17 0.36 311.91 0.72 0.37
Hex A2 1A 87 0 54 11 24 138 48 25
Octal 242 32 207 0 124 21 44 470 110 45
Binary 10100010 11010 10000111 0 1010100 10001 100100 100111000 1001000 100101

Color Harmonies of #A21A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A87

Black with #A21A87

Text Example


Text Example

White with #A21A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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