Html Css Color HEX #A2029D Dark Magenta

📋 copy color: '#A2029D'

red 162 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #A2029D

Tints of Dark Magenta #A2029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 50.47%
G = 0.62%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A2029D (or 0xA2029D) is known color: Dark Magenta. HEX triplet: A2, 02 and 9D. RGB value is (162,2,157). Sum of RGB (Red+Green+Blue) = 162+2+157=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2029D is #5DFD62. Grayscale: #434343. Windows color (decimal): -6159715 or 10289826. OLE color: 10289826.

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

Color convert

RGB 162 2 157 -
CMYK 0 0.99 0.03 0.36
HSL 301.88º 0.98% 0.32% -
HSV(B) 301.88º 0.99% 0.64% -
XYZ 21.01 10.16 32.75 -
YUV 67.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 162 2 157 0 0.99 0.03 0.36 301.88 0.98 0.32
Hex A2 2 9D 0 63 3 24 12E 62 20
Octal 242 2 235 0 143 3 44 456 142 40
Binary 10100010 10 10011101 0 1100011 11 100100 100101110 1100010 100000

Color Harmonies of #A2029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2029D

Black with #A2029D

Text Example


Text Example

White with #A2029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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