Html Css Color HEX #A2229D Dark Magenta

📋 copy color: '#A2229D'

red 162 ◦ green 34 ◦ blue 157

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

Shades of Dark Magenta #A2229D

Tints of Dark Magenta #A2229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.63%

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

R = 45.89%
G = 9.63%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A2229D (or 0xA2229D) is known color: Dark Magenta. HEX triplet: A2, 22 and 9D. RGB value is (162,34,157). Sum of RGB (Red+Green+Blue) = 162+34+157=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2229D is #5DDD62. Grayscale: #555555. Windows color (decimal): -6151523 or 10298018. OLE color: 10298018.

HSL color Cylindrical-coordinate representation of color #A2229D: hue angle of 302.34º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2229D is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 34 157 -
CMYK 0 0.79 0.03 0.36
HSL 302.34º 0.65% 0.38% -
HSV(B) 302.34º 0.79% 0.64% -
XYZ 21.56 11.26 32.94 -
YUV 86.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 162 34 157 0 0.79 0.03 0.36 302.34 0.65 0.38
Hex A2 22 9D 0 4F 3 24 12E 41 26
Octal 242 42 235 0 117 3 44 456 101 46
Binary 10100010 100010 10011101 0 1001111 11 100100 100101110 1000001 100110

Color Harmonies of #A2229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2229D

Black with #A2229D

Text Example


Text Example

White with #A2229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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