Html Css Color HEX #A2008E Dark Magenta

📋 copy color: '#A2008E'

red 162 ◦ green 0 ◦ blue 142

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

Shades of Dark Magenta #A2008E

Tints of Dark Magenta #A2008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 46.71%

R = 53.29%
G = 0%
B = 46.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2008E (or 0xA2008E) is known color: Dark Magenta. HEX triplet: A2, 00 and 8E. RGB value is (162,0,142). Sum of RGB (Red+Green+Blue) = 162+0+142=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2008E is #5DFF71. Grayscale: #404040. Windows color (decimal): -6160242 or 9306274. OLE color: 9306274.

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

Color convert

RGB 162 0 142 -
CMYK 0 1 0.12 0.36
HSL 307.41º 1% 0.32% -
HSV(B) 307.41º 1% 0.64% -
XYZ 19.78 9.63 26.41 -
YUV 64.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 162 0 142 0 1 0.12 0.36 307.41 1 0.32
Hex A2 0 8E 0 64 C 24 133 64 20
Octal 242 0 216 0 144 14 44 463 144 40
Binary 10100010 0 10001110 0 1100100 1100 100100 100110011 1100100 100000

Color Harmonies of #A2008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2008E

Black with #A2008E

Text Example


Text Example

White with #A2008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2008E; }

 p { color: rgb(162,0,142); }

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

background-color css

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

 a { background-color: rgb(162,0,142); }

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

border-color css

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

 span { border-color: rgb(162,0,142); }

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