#AA10A8

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

Shades of Dark Magenta #AA10A8

Tints of Dark Magenta #AA10A8

Color information

#AA10A8 (or 0xAA10A8) is unknown color: approx Dark Magenta. HEX triplet: AA, 10 and A8. RGB value is (170,16,168). Sum of RGB (Red+Green+Blue) = 170+16+168=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA10A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10A8 is #55EF57. Grayscale: #4E4E4E. Windows color (decimal): -5631832 or 11014314. OLE color: 11014314.

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

Color convert

RGB17016168-
CMYK00.910.010.33
HSL300.78º82.8%36.47%-
HSV(B)300.78º90.59%66.67%-
XYZ23.8311.7438.06-
YUV79.37178.02192.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 16 (6.64% from 255) = 4.52%
BLUE value IS 168 (66.02% from 255) = 47.46%
R=48.02%
G=4.52%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701616800.910.010.33300.7882.836.47
HexAA10A805B12112d5324
Octal25220250013314145512344
Binary1010101010000101010000101101111000011001011011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA10A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA10A8; }

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

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

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

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

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

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

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

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