Html Css Color HEX #AA049B Dark Magenta

📋 copy color: '#AA049B'

red 170 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #AA049B

Tints of Dark Magenta #AA049B

RGB

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

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

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

R = 51.67%
G = 1.22%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA049B (or 0xAA049B) is known color: Dark Magenta. HEX triplet: AA, 04 and 9B. RGB value is (170,4,155). Sum of RGB (Red+Green+Blue) = 170+4+155=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA049B is #55FB64. Grayscale: #464646. Windows color (decimal): -5634917 or 10159274. OLE color: 10159274.

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

Color convert

RGB 170 4 155 -
CMYK 0 0.98 0.09 0.33
HSL 305.42º 0.95% 0.34% -
HSV(B) 305.42º 0.98% 0.67% -
XYZ 22.54 11 31.95 -
YUV 70.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 170 4 155 0 0.98 0.09 0.33 305.42 0.95 0.34
Hex AA 4 9B 0 62 9 21 131 5F 22
Octal 252 4 233 0 142 11 41 461 137 42
Binary 10101010 100 10011011 0 1100010 1001 100001 100110001 1011111 100010

Color Harmonies of #AA049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA049B

Black with #AA049B

Text Example


Text Example

White with #AA049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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