#AE5996

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

Shades of Violet Blue #AE5996

Tints of Violet Blue #AE5996

Color information

#AE5996 (or 0xAE5996) is unknown color: approx Violet Blue. HEX triplet: AE, 59 and 96. RGB value is (174,89,150). Sum of RGB (Red+Green+Blue) = 174+89+150=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5996 is #51A669. Grayscale: #797979. Windows color (decimal): -5351018 or 9853358. OLE color: 9853358.

HSL color Cylindrical-coordinate representation of color #AE5996: hue angle of 316.94º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE5996 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17489150-
CMYK00.490.140.32
HSL316.94º34.41%51.57%-
HSV(B)316.94º48.85%68.24%-
XYZ26.5318.3531-
YUV121.37144.16165.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=42.13%
G=21.55%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748915000.490.140.32316.9434.4151.57
HexAE5996031E2013d2234
Octal25613122606116404754264
Binary1010111010110011001011001100011110100000100111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5996; }

 p { color: rgb(174,89,150); }

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

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

 a { background-color: rgb(174,89,150); }

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

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

 span { border-color: rgb(174,89,150); }

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