#AA10C6

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

Shades of Dark Violet #AA10C6

Tints of Dark Violet #AA10C6

Color information

#AA10C6 (or 0xAA10C6) is unknown color: approx Dark Violet. HEX triplet: AA, 10 and C6. RGB value is (170,16,198). Sum of RGB (Red+Green+Blue) = 170+16+198=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA10C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10C6 is #55EF39. Grayscale: #525252. Windows color (decimal): -5631802 or 12980394. OLE color: 12980394.

HSL color Cylindrical-coordinate representation of color #AA10C6: hue angle of 290.77º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA10C6 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17016198-
CMYK0.140.9200.22
HSL290.77º85.05%41.96%-
HSV(B)290.77º91.92%77.65%-
XYZ26.9612.9954.51-
YUV82.79193.02190.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 16 (6.64% from 255) = 4.17%
BLUE value IS 198 (77.73% from 255) = 51.56%
R=44.27%
G=4.17%
B=51.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170161980.140.9200.22290.7785.0541.96
HexAA10C6E5C016123552a
Octal252203061613402644312552
Binary101010101000011000110111010111000101101001000111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA10C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA10C6; }

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

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

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

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

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

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

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

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