#AA0EC3

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

Shades of Dark Violet #AA0EC3

Tints of Dark Violet #AA0EC3

Color information

#AA0EC3 (or 0xAA0EC3) is unknown color: approx Dark Violet. HEX triplet: AA, 0E and C3. RGB value is (170,14,195). Sum of RGB (Red+Green+Blue) = 170+14+195=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA0EC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EC3 is #55F13C. Grayscale: #505050. Windows color (decimal): -5632317 or 12783274. OLE color: 12783274.

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

Color convert

RGB17014195-
CMYK0.130.9300.24
HSL291.71º86.6%40.98%-
HSV(B)291.71º92.82%76.47%-
XYZ26.5812.852.7-
YUV81.28192.18191.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 14 (5.86% from 255) = 3.69%
BLUE value IS 195 (76.56% from 255) = 51.45%
R=44.85%
G=3.69%
B=51.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170141950.130.9300.24291.7186.640.98
HexAAEC3D5D0181245729
Octal252163031513503044412751
Binary10101010111011000011110110111010110001001001001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0EC3; }

 p { color: rgb(170,14,195); }

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

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

 a { background-color: rgb(170,14,195); }

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

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

 span { border-color: rgb(170,14,195); }

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