#AA01C6

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

Shades of Dark Violet #AA01C6

Tints of Dark Violet #AA01C6

Color information

#AA01C6 (or 0xAA01C6) is unknown color: approx Dark Violet. HEX triplet: AA, 01 and C6. RGB value is (170,1,198). Sum of RGB (Red+Green+Blue) = 170+1+198=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA01C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01C6 is #55FE39. Grayscale: #494949. Windows color (decimal): -5635642 or 12976554. OLE color: 12976554.

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

Color convert

RGB1701198-
CMYK0.140.9900.22
HSL291.47º98.99%39.02%-
HSV(B)291.47º99.49%77.65%-
XYZ26.7812.6454.46-
YUV73.99197.99196.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 198 (77.73% from 255) = 53.66%
R=46.07%
G=0.27%
B=53.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17011980.140.9900.22291.4798.9939.02
HexAA1C6E630161236327
Octal25213061614302644314347
Binary10101010111000110111011000110101101001000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA01C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA01C6; }

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

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

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

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

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

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

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

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