#AE5CAF

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

Shades of Violet Blue #AE5CAF

Tints of Violet Blue #AE5CAF

Color information

#AE5CAF (or 0xAE5CAF) is unknown color: approx Violet Blue. HEX triplet: AE, 5C and AF. RGB value is (174,92,175). Sum of RGB (Red+Green+Blue) = 174+92+175=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #AE5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5CAF is #51A350. Grayscale: #7D7D7D. Windows color (decimal): -5350225 or 11492526. OLE color: 11492526.

HSL color Cylindrical-coordinate representation of color #AE5CAF: hue angle of 299.28º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5CAF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17492175-
CMYK0.010.4700.31
HSL299.28º34.16%52.35%-
HSV(B)299.28º47.43%68.63%-
XYZ29.0219.7542.84-
YUV125.98155.67162.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=39.46%
G=20.86%
B=39.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174921750.010.4700.31299.2834.1652.35
HexAE5CAF12F01F12b2234
Octal2561342571570374534264
Binary101011101011100101011111101111011111100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CAF; }

 p { color: rgb(174,92,175); }

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

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

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

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

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

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

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