Html Css Color HEX #A20488 Dark Magenta

📋 copy color: '#A20488'

red 162 ◦ green 4 ◦ blue 136

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

Shades of Dark Magenta #A20488

Tints of Dark Magenta #A20488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 53.64%
G = 1.32%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A20488 (or 0xA20488) is known color: Dark Magenta. HEX triplet: A2, 04 and 88. RGB value is (162,4,136). Sum of RGB (Red+Green+Blue) = 162+4+136=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A20488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20488 is #5DFB77. Grayscale: #414141. Windows color (decimal): -6159224 or 8914082. OLE color: 8914082.

HSL color Cylindrical-coordinate representation of color #A20488: hue angle of 309.87º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20488 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 4 136 -
CMYK 0 0.98 0.16 0.36
HSL 309.87º 0.95% 0.33% -
HSV(B) 309.87º 0.98% 0.64% -
XYZ 19.39 9.55 24.11 -
YUV 66.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 162 4 136 0 0.98 0.16 0.36 309.87 0.95 0.33
Hex A2 4 88 0 62 10 24 136 5F 21
Octal 242 4 210 0 142 20 44 466 137 41
Binary 10100010 100 10001000 0 1100010 10000 100100 100110110 1011111 100001

Color Harmonies of #A20488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20488

Black with #A20488

Text Example


Text Example

White with #A20488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20488; }

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

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

background-color css

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

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

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

border-color css

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

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

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