#AE5CA8

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

Shades of Violet Blue #AE5CA8

Tints of Violet Blue #AE5CA8

Color information

#AE5CA8 (or 0xAE5CA8) is unknown color: approx Violet Blue. HEX triplet: AE, 5C and A8. RGB value is (174,92,168). Sum of RGB (Red+Green+Blue) = 174+92+168=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5CA8 is #51A357. Grayscale: #7C7C7C. Windows color (decimal): -5350232 or 11033774. OLE color: 11033774.

HSL color Cylindrical-coordinate representation of color #AE5CA8: hue angle of 304.39º degrees, saturation: 0.34, 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 #AE5CA8 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17492168-
CMYK00.470.030.32
HSL304.39º33.61%52.16%-
HSV(B)304.39º47.13%68.24%-
XYZ28.3519.4839.31-
YUV125.18152.17162.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 92 (36.33% from 255) = 21.20%
BLUE value IS 168 (66.02% from 255) = 38.71%
R=40.09%
G=21.20%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749216800.470.030.32304.3933.6152.16
HexAE5CA802F3201302234
Octal2561342500573404604264
Binary10101110101110010101000010111111100000100110000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5CA8; }

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

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

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

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

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

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

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

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