Html Css Color HEX #A2049B Dark Magenta

📋 copy color: '#A2049B'

red 162 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #A2049B

Tints of Dark Magenta #A2049B

RGB

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

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

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

R = 50.47%
G = 1.25%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2049B (or 0xA2049B) is known color: Dark Magenta. HEX triplet: A2, 04 and 9B. RGB value is (162,4,155). Sum of RGB (Red+Green+Blue) = 162+4+155=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2049B is #5DFB64. Grayscale: #444444. Windows color (decimal): -6159205 or 10159266. OLE color: 10159266.

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

Color convert

RGB 162 4 155 -
CMYK 0 0.98 0.04 0.36
HSL 302.66º 0.95% 0.33% -
HSV(B) 302.66º 0.98% 0.64% -
XYZ 20.86 10.13 31.87 -
YUV 68.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 162 4 155 0 0.98 0.04 0.36 302.66 0.95 0.33
Hex A2 4 9B 0 62 4 24 12F 5F 21
Octal 242 4 233 0 142 4 44 457 137 41
Binary 10100010 100 10011011 0 1100010 100 100100 100101111 1011111 100001

Color Harmonies of #A2049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2049B

Black with #A2049B

Text Example


Text Example

White with #A2049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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