Html Css Color HEX #A2049E Dark Magenta

📋 copy color: '#A2049E'

red 162 ◦ green 4 ◦ blue 158

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

Shades of Dark Magenta #A2049E

Tints of Dark Magenta #A2049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 50%
G = 1.23%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2049E (or 0xA2049E) is known color: Dark Magenta. HEX triplet: A2, 04 and 9E. RGB value is (162,4,158). Sum of RGB (Red+Green+Blue) = 162+4+158=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2049E is #5DFB61. Grayscale: #444444. Windows color (decimal): -6159202 or 10355874. OLE color: 10355874.

HSL color Cylindrical-coordinate representation of color #A2049E: hue angle of 301.52º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2049E is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 4 158 -
CMYK 0 0.98 0.02 0.36
HSL 301.52º 0.95% 0.33% -
HSV(B) 301.52º 0.98% 0.64% -
XYZ 21.12 10.24 33.21 -
YUV 68.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 162 4 158 0 0.98 0.02 0.36 301.52 0.95 0.33
Hex A2 4 9E 0 62 2 24 12E 5F 21
Octal 242 4 236 0 142 2 44 456 137 41
Binary 10100010 100 10011110 0 1100010 10 100100 100101110 1011111 100001

Color Harmonies of #A2049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2049E

Black with #A2049E

Text Example


Text Example

White with #A2049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2049E; }

 p { color: rgb(162,4,158); }

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

background-color css

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

 a { background-color: rgb(162,4,158); }

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

border-color css

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

 span { border-color: rgb(162,4,158); }

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