Html Css Color HEX #AA0096 Dark Magenta

📋 copy color: '#AA0096'

red 170 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #AA0096

Tints of Dark Magenta #AA0096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.13%
G = 0%
B = 46.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA0096 (or 0xAA0096) is known color: Dark Magenta. HEX triplet: AA, 00 and 96. RGB value is (170,0,150). Sum of RGB (Red+Green+Blue) = 170+0+150=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0096 is #55FF69. Grayscale: #434343. Windows color (decimal): -5635946 or 9830570. OLE color: 9830570.

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

Color convert

RGB 170 0 150 -
CMYK 0 1 0.12 0.33
HSL 307.06º 1% 0.33% -
HSV(B) 307.06º 1% 0.67% -
XYZ 22.08 10.75 29.76 -
YUV 67.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 170 0 150 0 1 0.12 0.33 307.06 1 0.33
Hex AA 0 96 0 64 C 21 133 64 21
Octal 252 0 226 0 144 14 41 463 144 41
Binary 10101010 0 10010110 0 1100100 1100 100001 100110011 1100100 100001

Color Harmonies of #AA0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0096

Black with #AA0096

Text Example


Text Example

White with #AA0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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