#AA0AA8

Color #AA0AA8 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AA0AA8

Tints of Dark Magenta #AA0AA8

Color information

#AA0AA8 (or 0xAA0AA8) is unknown color: approx Dark Magenta. HEX triplet: AA, 0A and A8. RGB value is (170,10,168). Sum of RGB (Red+Green+Blue) = 170+10+168=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AA8 is #55F557. Grayscale: #4B4B4B. Windows color (decimal): -5633368 or 11012778. OLE color: 11012778.

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

Color convert

RGB17010168-
CMYK00.940.010.33
HSL300.75º88.89%35.29%-
HSV(B)300.75º94.12%66.67%-
XYZ23.7511.5938.03-
YUV75.85180.01195.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 168 (66.02% from 255) = 48.28%
R=48.85%
G=2.87%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701016800.940.010.33300.7588.8935.29
HexAAAA805E12112d5923
Octal25212250013614145513143
Binary101010101010101010000101111011000011001011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0AA8; }

 p { color: rgb(170,10,168); }

 H1.HeaderClassName
 {
   color: #AA0AA8;
 }
 .AnyTagClassName
 {
   color: #AA0AA8;
 }
</style>
background-color css

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

 a { background-color: rgb(170,10,168); }

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

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

 span { border-color: rgb(170,10,168); }

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