#AE12DF

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

Shades of Dark Violet #AE12DF

Tints of Dark Violet #AE12DF

Color information

#AE12DF (or 0xAE12DF) is unknown color: approx Dark Violet. HEX triplet: AE, 12 and DF. RGB value is (174,18,223). Sum of RGB (Red+Green+Blue) = 174+18+223=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE12DF is #51ED20. Grayscale: #575757. Windows color (decimal): -5369121 or 14619310. OLE color: 14619310.

HSL color Cylindrical-coordinate representation of color #AE12DF: hue angle of 285.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE12DF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17418223-
CMYK0.220.9200.13
HSL285.66º85.06%47.25%-
HSV(B)285.66º91.93%87.45%-
XYZ30.9914.7671.03-
YUV88.01204.18189.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 18 (7.42% from 255) = 4.34%
BLUE value IS 223 (87.5% from 255) = 53.73%
R=41.93%
G=4.34%
B=53.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174182230.220.9200.13285.6685.0647.25
HexAE12DF165C0D11e552f
Octal256223372613401543612557
Binary101011101001011011111101101011100011011000111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE12DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE12DF; }

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

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

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

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

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

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

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

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