#AA0EDF

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

Shades of Dark Violet #AA0EDF

Tints of Dark Violet #AA0EDF

Color information

#AA0EDF (or 0xAA0EDF) is unknown color: approx Dark Violet. HEX triplet: AA, 0E and DF. RGB value is (170,14,223). Sum of RGB (Red+Green+Blue) = 170+14+223=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0EDF is #55F120. Grayscale: #535353. Windows color (decimal): -5632289 or 14618282. OLE color: 14618282.

HSL color Cylindrical-coordinate representation of color #AA0EDF: hue angle of 284.78º 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 #AA0EDF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17014223-
CMYK0.240.9400.13
HSL284.78º88.19%46.47%-
HSV(B)284.78º93.72%87.45%-
XYZ30.0514.1970.97-
YUV84.47206.18189.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 14 (5.86% from 255) = 3.44%
BLUE value IS 223 (87.5% from 255) = 54.79%
R=41.77%
G=3.44%
B=54.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170142230.240.9400.13284.7888.1946.47
HexAAEDF185E0D11d582e
Octal252163373013601543513056
Binary10101010111011011111110001011110011011000111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0EDF; }

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

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

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

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

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

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

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

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