#AE5596

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

Shades of Violet Blue #AE5596

Tints of Violet Blue #AE5596

Color information

#AE5596 (or 0xAE5596) is unknown color: approx Violet Blue. HEX triplet: AE, 55 and 96. RGB value is (174,85,150). Sum of RGB (Red+Green+Blue) = 174+85+150=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5596 is #51AA69. Grayscale: #767676. Windows color (decimal): -5352042 or 9852334. OLE color: 9852334.

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

Color convert

RGB17485150-
CMYK00.510.140.32
HSL316.18º35.46%50.78%-
HSV(B)316.18º51.15%68.24%-
XYZ26.2117.730.89-
YUV119.02145.49167.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.54%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=42.54%
G=20.78%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748515000.510.140.32316.1835.4650.78
HexAE5596033E2013c2333
Octal25612522606316404744363
Binary1010111010101011001011001100111110100000100111100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5596; }

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

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

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

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

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

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

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

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