#AE0DD7

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

Shades of Dark Violet #AE0DD7

Tints of Dark Violet #AE0DD7

Color information

#AE0DD7 (or 0xAE0DD7) is unknown color: approx Dark Violet. HEX triplet: AE, 0D and D7. RGB value is (174,13,215). Sum of RGB (Red+Green+Blue) = 174+13+215=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE0DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DD7 is #51F228. Grayscale: #535353. Windows color (decimal): -5370409 or 14093742. OLE color: 14093742.

HSL color Cylindrical-coordinate representation of color #AE0DD7: hue angle of 287.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0DD7 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17413215-
CMYK0.190.9400.16
HSL287.82º88.6%44.71%-
HSV(B)287.82º93.95%84.31%-
XYZ29.8714.1965.46-
YUV84.17201.84192.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 13 (5.47% from 255) = 3.23%
BLUE value IS 215 (84.38% from 255) = 53.48%
R=43.28%
G=3.23%
B=53.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174132150.190.9400.16287.8288.644.71
HexAEDD7135E010120592d
Octal256153272313602044013155
Binary101011101101110101111001110111100100001001000001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0DD7; }

 p { color: rgb(174,13,215); }

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

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

 a { background-color: rgb(174,13,215); }

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

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

 span { border-color: rgb(174,13,215); }

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