Html Css Color HEX #AA0396 Dark Magenta

📋 copy color: '#AA0396'

red 170 ◦ green 3 ◦ blue 150

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

Shades of Dark Magenta #AA0396

Tints of Dark Magenta #AA0396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.44%

R = 52.63%
G = 0.93%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA0396 (or 0xAA0396) is known color: Dark Magenta. HEX triplet: AA, 03 and 96. RGB value is (170,3,150). Sum of RGB (Red+Green+Blue) = 170+3+150=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0396 is #55FC69. Grayscale: #454545. Windows color (decimal): -5635178 or 9831338. OLE color: 9831338.

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

Color convert

RGB 170 3 150 -
CMYK 0 0.98 0.12 0.33
HSL 307.19º 0.97% 0.34% -
HSV(B) 307.19º 0.98% 0.67% -
XYZ 22.12 10.81 29.78 -
YUV 69.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 170 3 150 0 0.98 0.12 0.33 307.19 0.97 0.34
Hex AA 3 96 0 62 C 21 133 61 22
Octal 252 3 226 0 142 14 41 463 141 42
Binary 10101010 11 10010110 0 1100010 1100 100001 100110011 1100001 100010

Color Harmonies of #AA0396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0396

Black with #AA0396

Text Example


Text Example

White with #AA0396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0396; }

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

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

background-color css

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

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

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

border-color css

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

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

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