Html Css Color HEX #A2029C Dark Magenta

📋 copy color: '#A2029C'

red 162 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #A2029C

Tints of Dark Magenta #A2029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.75%

R = 50.63%
G = 0.63%
B = 48.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2029C (or 0xA2029C) is known color: Dark Magenta. HEX triplet: A2, 02 and 9C. RGB value is (162,2,156). Sum of RGB (Red+Green+Blue) = 162+2+156=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2029C is #5DFD63. Grayscale: #424242. Windows color (decimal): -6159716 or 10224290. OLE color: 10224290.

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

Color convert

RGB 162 2 156 -
CMYK 0 0.99 0.04 0.36
HSL 302.25º 0.98% 0.32% -
HSV(B) 302.25º 0.99% 0.64% -
XYZ 20.92 10.13 32.3 -
YUV 67.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 162 2 156 0 0.99 0.04 0.36 302.25 0.98 0.32
Hex A2 2 9C 0 63 4 24 12E 62 20
Octal 242 2 234 0 143 4 44 456 142 40
Binary 10100010 10 10011100 0 1100011 100 100100 100101110 1100010 100000

Color Harmonies of #A2029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2029C

Black with #A2029C

Text Example


Text Example

White with #A2029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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