Html Css Color HEX #A2029F Dark Magenta

📋 copy color: '#A2029F'

red 162 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #A2029F

Tints of Dark Magenta #A2029F

RGB

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

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

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

R = 50.15%
G = 0.62%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2029F (or 0xA2029F) is known color: Dark Magenta. HEX triplet: A2, 02 and 9F. RGB value is (162,2,159). Sum of RGB (Red+Green+Blue) = 162+2+159=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2029F is #5DFD60. Grayscale: #434343. Windows color (decimal): -6159713 or 10420898. OLE color: 10420898.

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

Color convert

RGB 162 2 159 -
CMYK 0 0.99 0.02 0.36
HSL 301.13º 0.98% 0.32% -
HSV(B) 301.13º 0.99% 0.64% -
XYZ 21.18 10.23 33.66 -
YUV 67.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 162 2 159 0 0.99 0.02 0.36 301.13 0.98 0.32
Hex A2 2 9F 0 63 2 24 12D 62 20
Octal 242 2 237 0 143 2 44 455 142 40
Binary 10100010 10 10011111 0 1100011 10 100100 100101101 1100010 100000

Color Harmonies of #A2029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2029F

Black with #A2029F

Text Example


Text Example

White with #A2029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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