Html Css Color HEX #A2029B Dark Magenta

📋 copy color: '#A2029B'

red 162 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #A2029B

Tints of Dark Magenta #A2029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 50.78%
G = 0.63%
B = 48.59%

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

#A2029B (or 0xA2029B) is known color: Dark Magenta. HEX triplet: A2, 02 and 9B. RGB value is (162,2,155). Sum of RGB (Red+Green+Blue) = 162+2+155=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A2029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2029B is #5DFD64. Grayscale: #424242. Windows color (decimal): -6159717 or 10158754. OLE color: 10158754.

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

Color convert

RGB 162 2 155 -
CMYK 0 0.99 0.04 0.36
HSL 302.63º 0.98% 0.32% -
HSV(B) 302.63º 0.99% 0.64% -
XYZ 20.84 10.09 31.86 -
YUV 67.28 177.51 195.56 -
System Red Green Blue C M Y K H S L
Decimal 162 2 155 0 0.99 0.04 0.36 302.63 0.98 0.32
Hex A2 2 9B 0 63 4 24 12F 62 20
Octal 242 2 233 0 143 4 44 457 142 40
Binary 10100010 10 10011011 0 1100011 100 100100 100101111 1100010 100000

Color Harmonies of #A2029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2029B

Black with #A2029B

Text Example


Text Example

White with #A2029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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