#ae5499

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

Shades of Violet Blue #AE5499

Tints of Violet Blue #AE5499

Color information

#AE5499 (or 0xAE5499) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and 99. RGB value is (174,84,153). Sum of RGB (Red+Green+Blue) = 174+84+153=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5499 is #51AB66. Grayscale: #767676. Windows color (decimal): -5352295 or 10048686. OLE color: 10048686.

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

Color convert

RGB17484153-
CMYK00.520.120.32
HSL314º35.71%50.59%-
HSV(B)314º51.72%68.24%-
XYZ26.3817.6432.15-
YUV118.78147.32167.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=42.34%
G=20.44%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748415300.520.120.3231435.7150.59
HexAE5499034C2013a2433
Octal25612423106414404724463
Binary1010111010101001001100101101001100100000100111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5499; }

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

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

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

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

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

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

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

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