Html Css Color HEX #A20287 Dark Magenta

📋 copy color: '#A20287'

red 162 ◦ green 2 ◦ blue 135

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

Shades of Dark Magenta #A20287

Tints of Dark Magenta #A20287

RGB

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

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

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

R = 54.18%
G = 0.67%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A20287 (or 0xA20287) is known color: Dark Magenta. HEX triplet: A2, 02 and 87. RGB value is (162,2,135). Sum of RGB (Red+Green+Blue) = 162+2+135=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A20287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20287 is #5DFD78. Grayscale: #404040. Windows color (decimal): -6159737 or 8848034. OLE color: 8848034.

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

Color convert

RGB 162 2 135 -
CMYK 0 0.99 0.17 0.36
HSL 310.13º 0.98% 0.32% -
HSV(B) 310.13º 0.99% 0.64% -
XYZ 19.3 9.47 23.73 -
YUV 65 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 162 2 135 0 0.99 0.17 0.36 310.13 0.98 0.32
Hex A2 2 87 0 63 11 24 136 62 20
Octal 242 2 207 0 143 21 44 466 142 40
Binary 10100010 10 10000111 0 1100011 10001 100100 100110110 1100010 100000

Color Harmonies of #A20287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20287

Black with #A20287

Text Example


Text Example

White with #A20287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20287; }

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

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

background-color css

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

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

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

border-color css

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

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

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