#AE5EB0

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

Shades of Violet Blue #AE5EB0

Tints of Violet Blue #AE5EB0

Color information

#AE5EB0 (or 0xAE5EB0) is unknown color: approx Violet Blue. HEX triplet: AE, 5E and B0. RGB value is (174,94,176). Sum of RGB (Red+Green+Blue) = 174+94+176=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #AE5EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5EB0 is #51A14F. Grayscale: #7F7F7F. Windows color (decimal): -5349712 or 11558574. OLE color: 11558574.

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

Color convert

RGB17494176-
CMYK0.010.4700.31
HSL298.54º34.17%52.94%-
HSV(B)298.54º46.59%69.02%-
XYZ29.2920.1443.42-
YUV127.27155.5161.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=39.19%
G=21.17%
B=39.64%

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
Decimal174941760.010.4700.31298.5434.1752.94
HexAE5EB012F01F12b2235
Octal2561362601570374534265
Binary101011101011110101100001101111011111100101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EB0; }

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

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

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

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

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

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

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

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