Html Css Color HEX #AA0994 Dark Magenta

📋 copy color: '#AA0994'

red 170 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #AA0994

Tints of Dark Magenta #AA0994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.75%

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

R = 51.99%
G = 2.75%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA0994 (or 0xAA0994) is known color: Dark Magenta. HEX triplet: AA, 09 and 94. RGB value is (170,9,148). Sum of RGB (Red+Green+Blue) = 170+9+148=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0994 is #55F66B. Grayscale: #484848. Windows color (decimal): -5633644 or 9701802. OLE color: 9701802.

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

Color convert

RGB 170 9 148 -
CMYK 0 0.95 0.13 0.33
HSL 308.2º 0.9% 0.35% -
HSV(B) 308.2º 0.95% 0.67% -
XYZ 22.02 10.88 28.96 -
YUV 72.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 170 9 148 0 0.95 0.13 0.33 308.2 0.9 0.35
Hex AA 9 94 0 5F D 21 134 5A 23
Octal 252 11 224 0 137 15 41 464 132 43
Binary 10101010 1001 10010100 0 1011111 1101 100001 100110100 1011010 100011

Color Harmonies of #AA0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0994

Black with #AA0994

Text Example


Text Example

White with #AA0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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