#AE5496

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

Shades of Violet Blue #AE5496

Tints of Violet Blue #AE5496

Color information

#AE5496 (or 0xAE5496) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and 96. RGB value is (174,84,150). Sum of RGB (Red+Green+Blue) = 174+84+150=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5496 is #51AB69. Grayscale: #767676. Windows color (decimal): -5352298 or 9852078. OLE color: 9852078.

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

Color convert

RGB17484150-
CMYK00.520.140.32
HSL316º35.71%50.59%-
HSV(B)316º51.72%68.24%-
XYZ26.1317.5430.86-
YUV118.43145.82167.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=42.65%
G=20.59%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748415000.520.140.3231635.7150.59
HexAE5496034E2013c2433
Octal25612422606416404744463
Binary1010111010101001001011001101001110100000100111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5496; }

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

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

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

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

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

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

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

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