#AE0DCA

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

Shades of Dark Violet #AE0DCA

Tints of Dark Violet #AE0DCA

Color information

#AE0DCA (or 0xAE0DCA) is unknown color: approx Dark Violet. HEX triplet: AE, 0D and CA. RGB value is (174,13,202). Sum of RGB (Red+Green+Blue) = 174+13+202=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE0DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DCA is #51F235. Grayscale: #525252. Windows color (decimal): -5370422 or 13241774. OLE color: 13241774.

HSL color Cylindrical-coordinate representation of color #AE0DCA: hue angle of 291.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0DCA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17413202-
CMYK0.140.9400.21
HSL291.11º87.91%42.16%-
HSV(B)291.11º93.56%79.22%-
XYZ28.2613.5557-
YUV82.68195.34193.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 13 (5.47% from 255) = 3.34%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=44.73%
G=3.34%
B=51.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174132020.140.9400.21291.1187.9142.16
HexAEDCAE5E015123582a
Octal256153121613602544313052
Binary10101110110111001010111010111100101011001000111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0DCA; }

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

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

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

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

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

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

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

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