#AA0ECC

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

Shades of Dark Violet #AA0ECC

Tints of Dark Violet #AA0ECC

Color information

#AA0ECC (or 0xAA0ECC) is unknown color: approx Dark Violet. HEX triplet: AA, 0E and CC. RGB value is (170,14,204). Sum of RGB (Red+Green+Blue) = 170+14+204=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA0ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ECC is #55F133. Grayscale: #515151. Windows color (decimal): -5632308 or 13373098. OLE color: 13373098.

HSL color Cylindrical-coordinate representation of color #AA0ECC: hue angle of 289.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0ECC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17014204-
CMYK0.170.9300.2
HSL289.26º87.16%42.75%-
HSV(B)289.26º93.14%80%-
XYZ27.6313.2258.22-
YUV82.3196.68190.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 14 (5.86% from 255) = 3.61%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=43.81%
G=3.61%
B=52.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170142040.170.9300.2289.2687.1642.75
HexAAECC115D014121572b
Octal252163142113502444112753
Binary101010101110110011001000110111010101001001000011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0ECC; }

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

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

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

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

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

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

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

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