Html Css Color HEX #A2049A Dark Magenta

📋 copy color: '#A2049A'

red 162 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #A2049A

Tints of Dark Magenta #A2049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 50.63%
G = 1.25%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2049A (or 0xA2049A) is known color: Dark Magenta. HEX triplet: A2, 04 and 9A. RGB value is (162,4,154). Sum of RGB (Red+Green+Blue) = 162+4+154=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2049A is #5DFB65. Grayscale: #434343. Windows color (decimal): -6159206 or 10093730. OLE color: 10093730.

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

Color convert

RGB 162 4 154 -
CMYK 0 0.98 0.05 0.36
HSL 303.04º 0.95% 0.33% -
HSV(B) 303.04º 0.98% 0.64% -
XYZ 20.78 10.1 31.43 -
YUV 68.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 162 4 154 0 0.98 0.05 0.36 303.04 0.95 0.33
Hex A2 4 9A 0 62 5 24 12F 5F 21
Octal 242 4 232 0 142 5 44 457 137 41
Binary 10100010 100 10011010 0 1100010 101 100100 100101111 1011111 100001

Color Harmonies of #A2049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2049A

Black with #A2049A

Text Example


Text Example

White with #A2049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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