Html Css Color HEX #AA0494 Dark Magenta

📋 copy color: '#AA0494'

red 170 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #AA0494

Tints of Dark Magenta #AA0494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.96%

R = 52.8%
G = 1.24%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA0494 (or 0xAA0494) is known color: Dark Magenta. HEX triplet: AA, 04 and 94. RGB value is (170,4,148). Sum of RGB (Red+Green+Blue) = 170+4+148=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0494 is #55FB6B. Grayscale: #454545. Windows color (decimal): -5634924 or 9700522. OLE color: 9700522.

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

Color convert

RGB 170 4 148 -
CMYK 0 0.98 0.13 0.33
HSL 307.95º 0.95% 0.34% -
HSV(B) 307.95º 0.98% 0.67% -
XYZ 21.97 10.77 28.94 -
YUV 70.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 170 4 148 0 0.98 0.13 0.33 307.95 0.95 0.34
Hex AA 4 94 0 62 D 21 134 5F 22
Octal 252 4 224 0 142 15 41 464 137 42
Binary 10101010 100 10010100 0 1100010 1101 100001 100110100 1011111 100010

Color Harmonies of #AA0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0494

Black with #AA0494

Text Example


Text Example

White with #AA0494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0494; }

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

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

background-color css

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

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

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

border-color css

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

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

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