#AE17DF

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

Shades of Dark Violet #AE17DF

Tints of Dark Violet #AE17DF

Color information

#AE17DF (or 0xAE17DF) is unknown color: approx Dark Violet. HEX triplet: AE, 17 and DF. RGB value is (174,23,223). Sum of RGB (Red+Green+Blue) = 174+23+223=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE17DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE17DF is #51E820. Grayscale: #5A5A5A. Windows color (decimal): -5367841 or 14620590. OLE color: 14620590.

HSL color Cylindrical-coordinate representation of color #AE17DF: hue angle of 285.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE17DF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17423223-
CMYK0.220.9000.13
HSL285.3º81.3%48.24%-
HSV(B)285.3º89.69%87.45%-
XYZ31.0814.9471.06-
YUV90.95202.53187.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 23 (9.38% from 255) = 5.48%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=41.43%
G=5.48%
B=53.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174232230.220.9000.13285.381.348.24
HexAE17DF165A0D11d5130
Octal256273372613201543512160
Binary101011101011111011111101101011010011011000111011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE17DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE17DF; }

 p { color: rgb(174,23,223); }

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

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

 a { background-color: rgb(174,23,223); }

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

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

 span { border-color: rgb(174,23,223); }

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