#AE5EB2

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

Shades of Violet Blue #AE5EB2

Tints of Violet Blue #AE5EB2

Color information

#AE5EB2 (or 0xAE5EB2) is unknown color: approx Violet Blue. HEX triplet: AE, 5E and B2. RGB value is (174,94,178). Sum of RGB (Red+Green+Blue) = 174+94+178=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE5EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5EB2 is #51A14D. Grayscale: #7F7F7F. Windows color (decimal): -5349710 or 11689646. OLE color: 11689646.

HSL color Cylindrical-coordinate representation of color #AE5EB2: hue angle of 297.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5EB2 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17494178-
CMYK0.020.4700.30
HSL297.14º35.29%53.33%-
HSV(B)297.14º47.19%69.8%-
XYZ29.4920.2244.47-
YUV127.5156.5161.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=39.01%
G=21.08%
B=39.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174941780.020.4700.30297.1435.2953.33
HexAE5EB222F01E1292335
Octal2561362622570364514365
Binary1010111010111101011001010101111011110100101001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EB2; }

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

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

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

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

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

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

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

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