#aa0ede

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

Shades of Dark Violet #AA0EDE

Tints of Dark Violet #AA0EDE

Color information

#AA0EDE (or 0xAA0EDE) is unknown color: approx Dark Violet. HEX triplet: AA, 0E and DE. RGB value is (170,14,222). Sum of RGB (Red+Green+Blue) = 170+14+222=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA0EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EDE is #55F121. Grayscale: #535353. Windows color (decimal): -5632290 or 14552746. OLE color: 14552746.

HSL color Cylindrical-coordinate representation of color #AA0EDE: hue angle of 285º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EDE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17014222-
CMYK0.230.9400.13
HSL285º88.14%46.27%-
HSV(B)285º93.69%87.06%-
XYZ29.9214.1370.26-
YUV84.36205.68189.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 14 (5.86% from 255) = 3.45%
BLUE value IS 222 (87.11% from 255) = 54.68%
R=41.87%
G=3.45%
B=54.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170142220.230.9400.1328588.1446.27
HexAAEDE175E0D11d582e
Octal252163362713601543513056
Binary10101010111011011110101111011110011011000111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0ede

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0ede; }

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

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

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

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

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

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

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

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