#AA01C2

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

Shades of Dark Violet #AA01C2

Tints of Dark Violet #AA01C2

Color information

#AA01C2 (or 0xAA01C2) is unknown color: approx Dark Violet. HEX triplet: AA, 01 and C2. RGB value is (170,1,194). Sum of RGB (Red+Green+Blue) = 170+1+194=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 194 (76.17% from 255 or 53.15% from 365); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA01C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01C2 is #55FE3D. Grayscale: #484848. Windows color (decimal): -5635646 or 12714410. OLE color: 12714410.

HSL color Cylindrical-coordinate representation of color #AA01C2: hue angle of 292.54º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01C2 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1701194-
CMYK0.120.9900.24
HSL292.54º98.97%38.24%-
HSV(B)292.54º99.48%76.08%-
XYZ26.3312.4652.06-
YUV73.53195.99196.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 194 (76.17% from 255) = 53.15%
R=46.58%
G=0.27%
B=53.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17011940.120.9900.24292.5498.9738.24
HexAA1C2C630181256326
Octal25213021414303044514346
Binary10101010111000010110011000110110001001001011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA01C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA01C2; }

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

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

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

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

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

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

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

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