#AE5EB1

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

Shades of Violet Blue #AE5EB1

Tints of Violet Blue #AE5EB1

Color information

#AE5EB1 (or 0xAE5EB1) is unknown color: approx Violet Blue. HEX triplet: AE, 5E and B1. RGB value is (174,94,177). Sum of RGB (Red+Green+Blue) = 174+94+177=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 177 - color contains mainly: blue. Hex color #AE5EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5EB1 is #51A14E. Grayscale: #7F7F7F. Windows color (decimal): -5349711 or 11624110. OLE color: 11624110.

HSL color Cylindrical-coordinate representation of color #AE5EB1: hue angle of 297.83º degrees, saturation: 0.35, 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 #AE5EB1 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17494177-
CMYK0.020.4700.31
HSL297.83º34.73%53.14%-
HSV(B)297.83º46.89%69.41%-
XYZ29.3920.1843.94-
YUV127.38156161.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 177 (69.53% from 255) = 39.78%
R=39.10%
G=21.12%
B=39.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174941770.020.4700.31297.8334.7353.14
HexAE5EB122F01F12a2335
Octal2561362612570374524365
Binary1010111010111101011000110101111011111100101010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EB1; }

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

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

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

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

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

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

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

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