#AE5BA5

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

Shades of Violet Blue #AE5BA5

Tints of Violet Blue #AE5BA5

Color information

#AE5BA5 (or 0xAE5BA5) is unknown color: approx Violet Blue. HEX triplet: AE, 5B and A5. RGB value is (174,91,165). Sum of RGB (Red+Green+Blue) = 174+91+165=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5BA5 is #51A45A. Grayscale: #7C7C7C. Windows color (decimal): -5350491 or 10836910. OLE color: 10836910.

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

Color convert

RGB17491165-
CMYK00.480.050.32
HSL306.51º33.88%51.96%-
HSV(B)306.51º47.7%68.24%-
XYZ27.9919.237.83-
YUV124.25151163.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=40.47%
G=21.16%
B=38.37%

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
Decimal1749116500.480.050.32306.5133.8851.96
HexAE5BA50305201332234
Octal2561332450605404634264
Binary101011101011011101001010110000101100000100110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5BA5; }

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

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

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

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

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

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

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

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