#AE5BA7

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

Shades of Violet Blue #AE5BA7

Tints of Violet Blue #AE5BA7

Color information

#AE5BA7 (or 0xAE5BA7) is unknown color: approx Violet Blue. HEX triplet: AE, 5B and A7. RGB value is (174,91,167). Sum of RGB (Red+Green+Blue) = 174+91+167=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5BA7 is #51A458. Grayscale: #7C7C7C. Windows color (decimal): -5350489 or 10967982. OLE color: 10967982.

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

Color convert

RGB17491167-
CMYK00.480.040.32
HSL305.06º33.88%51.96%-
HSV(B)305.06º47.7%68.24%-
XYZ28.1719.2738.79-
YUV124.48152163.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 91 (35.94% from 255) = 21.06%
BLUE value IS 167 (65.62% from 255) = 38.66%
R=40.28%
G=21.06%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749116700.480.040.32305.0633.8851.96
HexAE5BA70304201312234
Octal2561332470604404614264
Binary101011101011011101001110110000100100000100110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BA7; }

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

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

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

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

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

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

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

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