#AA0AC2

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

Shades of Dark Violet #AA0AC2

Tints of Dark Violet #AA0AC2

Color information

#AA0AC2 (or 0xAA0AC2) is unknown color: approx Dark Violet. HEX triplet: AA, 0A and C2. RGB value is (170,10,194). Sum of RGB (Red+Green+Blue) = 170+10+194=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA0AC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0AC2 is #55F53D. Grayscale: #4E4E4E. Windows color (decimal): -5633342 or 12716714. OLE color: 12716714.

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

Color convert

RGB17010194-
CMYK0.120.9500.24
HSL292.17º90.2%40%-
HSV(B)292.17º94.85%76.08%-
XYZ26.4212.6652.09-
YUV78.82193.01193.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 10 (4.30% from 255) = 2.67%
BLUE value IS 194 (76.17% from 255) = 51.87%
R=45.45%
G=2.67%
B=51.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170101940.120.9500.24292.1790.240
HexAAAC2C5F0181245a28
Octal252123021413703044413250
Binary10101010101011000010110010111110110001001001001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0AC2; }

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

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

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

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

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

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

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

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