Html Css Color HEX #AA048C Dark Magenta

📋 copy color: '#AA048C'

red 170 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #AA048C

Tints of Dark Magenta #AA048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 54.14%
G = 1.27%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA048C (or 0xAA048C) is known color: Dark Magenta. HEX triplet: AA, 04 and 8C. RGB value is (170,4,140). Sum of RGB (Red+Green+Blue) = 170+4+140=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA048C is #55FB73. Grayscale: #444444. Windows color (decimal): -5634932 or 9176234. OLE color: 9176234.

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

Color convert

RGB 170 4 140 -
CMYK 0 0.98 0.18 0.33
HSL 310.84º 0.95% 0.34% -
HSV(B) 310.84º 0.98% 0.67% -
XYZ 21.35 10.53 25.72 -
YUV 69.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 170 4 140 0 0.98 0.18 0.33 310.84 0.95 0.34
Hex AA 4 8C 0 62 12 21 137 5F 22
Octal 252 4 214 0 142 22 41 467 137 42
Binary 10101010 100 10001100 0 1100010 10010 100001 100110111 1011111 100010

Color Harmonies of #AA048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA048C

Black with #AA048C

Text Example


Text Example

White with #AA048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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