Html Css Color HEX #AA049D Dark Magenta

📋 copy color: '#AA049D'

red 170 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #AA049D

Tints of Dark Magenta #AA049D

RGB

 RED value IS 170 (66.8% from 255) = 51.36%

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

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

R = 51.36%
G = 1.21%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA049D (or 0xAA049D) is known color: Dark Magenta. HEX triplet: AA, 04 and 9D. RGB value is (170,4,157). Sum of RGB (Red+Green+Blue) = 170+4+157=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA049D is #55FB62. Grayscale: #464646. Windows color (decimal): -5634915 or 10290346. OLE color: 10290346.

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

Color convert

RGB 170 4 157 -
CMYK 0 0.98 0.08 0.33
HSL 304.7º 0.95% 0.34% -
HSV(B) 304.7º 0.98% 0.67% -
XYZ 22.71 11.07 32.84 -
YUV 71.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 170 4 157 0 0.98 0.08 0.33 304.7 0.95 0.34
Hex AA 4 9D 0 62 8 21 131 5F 22
Octal 252 4 235 0 142 10 41 461 137 42
Binary 10101010 100 10011101 0 1100010 1000 100001 100110001 1011111 100010

Color Harmonies of #AA049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA049D

Black with #AA049D

Text Example


Text Example

White with #AA049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA049D; }

 p { color: rgb(170,4,157); }

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

background-color css

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

 a { background-color: rgb(170,4,157); }

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

border-color css

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

 span { border-color: rgb(170,4,157); }

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