Html Css Color HEX #A21488 Dark Purple

📋 copy color: '#A21488'

red 162 ◦ green 20 ◦ blue 136

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

Shades of Dark Purple #A21488

Tints of Dark Purple #A21488

RGB

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

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

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

R = 50.94%
G = 6.29%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A21488 (or 0xA21488) is known color: Dark Purple. HEX triplet: A2, 14 and 88. RGB value is (162,20,136). Sum of RGB (Red+Green+Blue) = 162+20+136=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A21488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A21488 is #5DEB77. Grayscale: #4B4B4B. Windows color (decimal): -6155128 or 8918178. OLE color: 8918178.

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

Color convert

RGB 162 20 136 -
CMYK 0 0.88 0.16 0.36
HSL 310.99º 0.78% 0.36% -
HSV(B) 310.99º 0.88% 0.64% -
XYZ 19.59 9.96 24.18 -
YUV 75.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 162 20 136 0 0.88 0.16 0.36 310.99 0.78 0.36
Hex A2 14 88 0 58 10 24 137 4E 24
Octal 242 24 210 0 130 20 44 467 116 44
Binary 10100010 10100 10001000 0 1011000 10000 100100 100110111 1001110 100100

Color Harmonies of #A21488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21488

Black with #A21488

Text Example


Text Example

White with #A21488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21488; }

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

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

background-color css

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

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

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

border-color css

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

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

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