#AE5BA8

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

Shades of Violet Blue #AE5BA8

Tints of Violet Blue #AE5BA8

Color information

#AE5BA8 (or 0xAE5BA8) is unknown color: approx Violet Blue. HEX triplet: AE, 5B and A8. RGB value is (174,91,168). Sum of RGB (Red+Green+Blue) = 174+91+168=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5BA8 is #51A457. Grayscale: #7C7C7C. Windows color (decimal): -5350488 or 11033518. OLE color: 11033518.

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

Color convert

RGB17491168-
CMYK00.480.030.32
HSL304.34º33.88%51.96%-
HSV(B)304.34º47.7%68.24%-
XYZ28.2619.3139.28-
YUV124.59152.5163.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 168 (66.02% from 255) = 38.80%
R=40.18%
G=21.02%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749116800.480.030.32304.3433.8851.96
HexAE5BA80303201302234
Octal2561332500603404604264
Binary10101110101101110101000011000011100000100110000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BA8; }

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

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

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

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

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

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

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

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