Html Css Color HEX #A2009F Dark Magenta

📋 copy color: '#A2009F'

red 162 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #A2009F

Tints of Dark Magenta #A2009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 50.47%
G = 0%
B = 49.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2009F (or 0xA2009F) is known color: Dark Magenta. HEX triplet: A2, 00 and 9F. RGB value is (162,0,159). Sum of RGB (Red+Green+Blue) = 162+0+159=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2009F is #5DFF60. Grayscale: #424242. Windows color (decimal): -6160225 or 10420386. OLE color: 10420386.

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

Color convert

RGB 162 0 159 -
CMYK 0 1 0.02 0.36
HSL 301.11º 1% 0.32% -
HSV(B) 301.11º 1% 0.64% -
XYZ 21.16 10.18 33.65 -
YUV 66.56 180.17 196.07 -
System Red Green Blue C M Y K H S L
Decimal 162 0 159 0 1 0.02 0.36 301.11 1 0.32
Hex A2 0 9F 0 64 2 24 12D 64 20
Octal 242 0 237 0 144 2 44 455 144 40
Binary 10100010 0 10011111 0 1100100 10 100100 100101101 1100100 100000

Color Harmonies of #A2009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2009F

Black with #A2009F

Text Example


Text Example

White with #A2009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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