Html Css Color HEX #A20288 Dark Magenta

📋 copy color: '#A20288'

red 162 ◦ green 2 ◦ blue 136

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

Shades of Dark Magenta #A20288

Tints of Dark Magenta #A20288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 54%
G = 0.67%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A20288 (or 0xA20288) is known color: Dark Magenta. HEX triplet: A2, 02 and 88. RGB value is (162,2,136). Sum of RGB (Red+Green+Blue) = 162+2+136=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A20288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20288 is #5DFD77. Grayscale: #404040. Windows color (decimal): -6159736 or 8913570. OLE color: 8913570.

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

Color convert

RGB 162 2 136 -
CMYK 0 0.99 0.16 0.36
HSL 309.75º 0.98% 0.32% -
HSV(B) 309.75º 0.99% 0.64% -
XYZ 19.37 9.5 24.11 -
YUV 65.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 162 2 136 0 0.99 0.16 0.36 309.75 0.98 0.32
Hex A2 2 88 0 63 10 24 136 62 20
Octal 242 2 210 0 143 20 44 466 142 40
Binary 10100010 10 10001000 0 1100011 10000 100100 100110110 1100010 100000

Color Harmonies of #A20288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20288

Black with #A20288

Text Example


Text Example

White with #A20288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20288; }

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

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

background-color css

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

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

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

border-color css

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

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

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