Html Css Color HEX #A21988 Dark Purple

📋 copy color: '#A21988'

red 162 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #A21988

Tints of Dark Purple #A21988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 50.15%
G = 7.74%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A21988 (or 0xA21988) is known color: Dark Purple. HEX triplet: A2, 19 and 88. RGB value is (162,25,136). Sum of RGB (Red+Green+Blue) = 162+25+136=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A21988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21988 is #5DE677. Grayscale: #4E4E4E. Windows color (decimal): -6153848 or 8919458. OLE color: 8919458.

HSL color Cylindrical-coordinate representation of color #A21988: hue angle of 311.39º 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 #A21988 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 25 136 -
CMYK 0 0.85 0.16 0.36
HSL 311.39º 0.73% 0.37% -
HSV(B) 311.39º 0.85% 0.64% -
XYZ 19.69 10.15 24.21 -
YUV 78.62 160.39 187.47 -
System Red Green Blue C M Y K H S L
Decimal 162 25 136 0 0.85 0.16 0.36 311.39 0.73 0.37
Hex A2 19 88 0 55 10 24 137 49 25
Octal 242 31 210 0 125 20 44 467 111 45
Binary 10100010 11001 10001000 0 1010101 10000 100100 100110111 1001001 100101

Color Harmonies of #A21988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21988

Black with #A21988

Text Example


Text Example

White with #A21988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21988; }

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

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

background-color css

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

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

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

border-color css

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

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

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