#AE5EA8

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

Shades of Violet Blue #AE5EA8

Tints of Violet Blue #AE5EA8

Color information

#AE5EA8 (or 0xAE5EA8) is unknown color: approx Violet Blue. HEX triplet: AE, 5E and A8. RGB value is (174,94,168). Sum of RGB (Red+Green+Blue) = 174+94+168=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5EA8 is #51A157. Grayscale: #7E7E7E. Windows color (decimal): -5349720 or 11034286. OLE color: 11034286.

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

Color convert

RGB17494168-
CMYK00.460.030.32
HSL304.5º33.06%52.55%-
HSV(B)304.5º45.98%68.24%-
XYZ28.5319.8339.37-
YUV126.36151.5161.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 168 (66.02% from 255) = 38.53%
R=39.91%
G=21.56%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749416800.460.030.32304.533.0652.55
HexAE5EA802E3201302135
Octal2561362500563404604165
Binary10101110101111010101000010111011100000100110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EA8; }

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

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

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

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

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

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

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

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