#AE5BA6

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

Shades of Violet Blue #AE5BA6

Tints of Violet Blue #AE5BA6

Color information

#AE5BA6 (or 0xAE5BA6) is unknown color: approx Violet Blue. HEX triplet: AE, 5B and A6. RGB value is (174,91,166). Sum of RGB (Red+Green+Blue) = 174+91+166=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5BA6 is #51A459. Grayscale: #7C7C7C. Windows color (decimal): -5350490 or 10902446. OLE color: 10902446.

HSL color Cylindrical-coordinate representation of color #AE5BA6: hue angle of 305.78º 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 #AE5BA6 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17491166-
CMYK00.480.050.32
HSL305.78º33.88%51.96%-
HSV(B)305.78º47.7%68.24%-
XYZ28.0819.2338.31-
YUV124.37151.5163.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 166 (65.23% from 255) = 38.52%
R=40.37%
G=21.11%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749116600.480.050.32305.7833.8851.96
HexAE5BA60305201322234
Octal2561332460605404624264
Binary101011101011011101001100110000101100000100110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BA6; }

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

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

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

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

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

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

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

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