Html Css Color HEX #AA048E Dark Magenta

📋 copy color: '#AA048E'

red 170 ◦ green 4 ◦ blue 142

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

Shades of Dark Magenta #AA048E

Tints of Dark Magenta #AA048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.94%

R = 53.8%
G = 1.27%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA048E (or 0xAA048E) is known color: Dark Magenta. HEX triplet: AA, 04 and 8E. RGB value is (170,4,142). Sum of RGB (Red+Green+Blue) = 170+4+142=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA048E is #55FB71. Grayscale: #444444. Windows color (decimal): -5634930 or 9307306. OLE color: 9307306.

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

Color convert

RGB 170 4 142 -
CMYK 0 0.98 0.16 0.33
HSL 310.12º 0.95% 0.34% -
HSV(B) 310.12º 0.98% 0.67% -
XYZ 21.5 10.59 26.5 -
YUV 69.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 170 4 142 0 0.98 0.16 0.33 310.12 0.95 0.34
Hex AA 4 8E 0 62 10 21 136 5F 22
Octal 252 4 216 0 142 20 41 466 137 42
Binary 10101010 100 10001110 0 1100010 10000 100001 100110110 1011111 100010

Color Harmonies of #AA048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA048E

Black with #AA048E

Text Example


Text Example

White with #AA048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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