Html Css Color HEX #A2209F Dark Magenta

📋 copy color: '#A2209F'

red 162 ◦ green 32 ◦ blue 159

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

Shades of Dark Magenta #A2209F

Tints of Dark Magenta #A2209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.07%

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

R = 45.89%
G = 9.07%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2209F (or 0xA2209F) is known color: Dark Magenta. HEX triplet: A2, 20 and 9F. RGB value is (162,32,159). Sum of RGB (Red+Green+Blue) = 162+32+159=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2209F is #5DDF60. Grayscale: #545454. Windows color (decimal): -6152033 or 10428578. OLE color: 10428578.

HSL color Cylindrical-coordinate representation of color #A2209F: hue angle of 301.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2209F is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 32 159 -
CMYK 0 0.80 0.02 0.36
HSL 301.38º 0.67% 0.38% -
HSV(B) 301.38º 0.8% 0.64% -
XYZ 21.67 11.22 33.82 -
YUV 85.35 169.57 182.67 -
System Red Green Blue C M Y K H S L
Decimal 162 32 159 0 0.80 0.02 0.36 301.38 0.67 0.38
Hex A2 20 9F 0 50 2 24 12D 43 26
Octal 242 40 237 0 120 2 44 455 103 46
Binary 10100010 100000 10011111 0 1010000 10 100100 100101101 1000011 100110

Color Harmonies of #A2209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2209F

Black with #A2209F

Text Example


Text Example

White with #A2209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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