#AE0CD7

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

Shades of Dark Violet #AE0CD7

Tints of Dark Violet #AE0CD7

Color information

#AE0CD7 (or 0xAE0CD7) is unknown color: approx Dark Violet. HEX triplet: AE, 0C and D7. RGB value is (174,12,215). Sum of RGB (Red+Green+Blue) = 174+12+215=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE0CD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CD7 is #51F328. Grayscale: #525252. Windows color (decimal): -5370665 or 14093486. OLE color: 14093486.

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

Color convert

RGB17412215-
CMYK0.190.9400.16
HSL287.88º89.43%44.51%-
HSV(B)287.88º94.42%84.31%-
XYZ29.8514.1765.45-
YUV83.58202.17192.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 12 (5.08% from 255) = 2.99%
BLUE value IS 215 (84.38% from 255) = 53.62%
R=43.39%
G=2.99%
B=53.62%

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
Decimal174122150.190.9400.16287.8889.4344.51
HexAECD7135E010120592d
Octal256143272313602044013155
Binary101011101100110101111001110111100100001001000001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0CD7; }

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

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

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

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

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

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

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

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