Html Css Color HEX #AA0399 Dark Magenta

📋 copy color: '#AA0399'

red 170 ◦ green 3 ◦ blue 153

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

Shades of Dark Magenta #AA0399

Tints of Dark Magenta #AA0399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 52.15%
G = 0.92%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA0399 (or 0xAA0399) is known color: Dark Magenta. HEX triplet: AA, 03 and 99. RGB value is (170,3,153). Sum of RGB (Red+Green+Blue) = 170+3+153=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0399 is #55FC66. Grayscale: #454545. Windows color (decimal): -5635175 or 10027946. OLE color: 10027946.

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

Color convert

RGB 170 3 153 -
CMYK 0 0.98 0.1 0.33
HSL 306.11º 0.97% 0.34% -
HSV(B) 306.11º 0.98% 0.67% -
XYZ 22.36 10.91 31.06 -
YUV 70.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 170 3 153 0 0.98 0.1 0.33 306.11 0.97 0.34
Hex AA 3 99 0 62 A 21 132 61 22
Octal 252 3 231 0 142 12 41 462 141 42
Binary 10101010 11 10011001 0 1100010 1010 100001 100110010 1100001 100010

Color Harmonies of #AA0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0399

Black with #AA0399

Text Example


Text Example

White with #AA0399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0399; }

 p { color: rgb(170,3,153); }

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

background-color css

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

 a { background-color: rgb(170,3,153); }

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

border-color css

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

 span { border-color: rgb(170,3,153); }

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