#AE5B9B

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

Shades of Violet Blue #AE5B9B

Tints of Violet Blue #AE5B9B

Color information

#AE5B9B (or 0xAE5B9B) is unknown color: approx Violet Blue. HEX triplet: AE, 5B and 9B. RGB value is (174,91,155). Sum of RGB (Red+Green+Blue) = 174+91+155=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5B9B is #51A464. Grayscale: #7A7A7A. Windows color (decimal): -5350501 or 10181550. OLE color: 10181550.

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

Color convert

RGB17491155-
CMYK00.480.110.32
HSL313.73º33.88%51.96%-
HSV(B)313.73º47.7%68.24%-
XYZ27.1118.8533.22-
YUV123.11146164.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=41.43%
G=21.67%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749115500.480.110.32313.7333.8851.96
HexAE5B9B030B2013a2234
Octal25613323306013404724264
Binary1010111010110111001101101100001011100000100111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B9B; }

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

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

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

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

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

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

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

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