#AA10DF

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

Shades of Dark Violet #AA10DF

Tints of Dark Violet #AA10DF

Color information

#AA10DF (or 0xAA10DF) is unknown color: approx Dark Violet. HEX triplet: AA, 10 and DF. RGB value is (170,16,223). Sum of RGB (Red+Green+Blue) = 170+16+223=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10DF is #55EF20. Grayscale: #545454. Windows color (decimal): -5631777 or 14618794. OLE color: 14618794.

HSL color Cylindrical-coordinate representation of color #AA10DF: hue angle of 284.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA10DF is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17016223-
CMYK0.240.9300.13
HSL284.64º86.61%46.86%-
HSV(B)284.64º92.83%87.45%-
XYZ30.0814.2470.98-
YUV85.64205.52188.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 16 (6.64% from 255) = 3.91%
BLUE value IS 223 (87.5% from 255) = 54.52%
R=41.56%
G=3.91%
B=54.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170162230.240.9300.13284.6486.6146.86
HexAA10DF185D0D11d572f
Octal252203373013501543512757
Binary101010101000011011111110001011101011011000111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA10DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA10DF; }

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

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

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

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

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

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

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

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