#AE5DAE

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

Shades of Violet Blue #AE5DAE

Tints of Violet Blue #AE5DAE

Color information

#AE5DAE (or 0xAE5DAE) is unknown color: approx Violet Blue. HEX triplet: AE, 5D and AE. RGB value is (174,93,174). Sum of RGB (Red+Green+Blue) = 174+93+174=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5DAE is #51A251. Grayscale: #7E7E7E. Windows color (decimal): -5349970 or 11427246. OLE color: 11427246.

HSL color Cylindrical-coordinate representation of color #AE5DAE: hue angle of 300º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5DAE is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17493174-
CMYK00.4700.32
HSL300º33.33%52.35%-
HSV(B)300º46.55%68.24%-
XYZ29.0119.8842.35-
YUV126.45154.84161.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=39.46%
G=21.09%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749317400.4700.3230033.3352.35
HexAE5DAE02F02012c2134
Octal2561352560570404544164
Binary1010111010111011010111001011110100000100101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DAE; }

 p { color: rgb(174,93,174); }

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

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

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

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

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

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

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