#AE5099

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

Shades of Violet Blue #AE5099

Tints of Violet Blue #AE5099

Color information

#AE5099 (or 0xAE5099) is unknown color: approx Violet Blue. HEX triplet: AE, 50 and 99. RGB value is (174,80,153). Sum of RGB (Red+Green+Blue) = 174+80+153=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5099 is #51AF66. Grayscale: #747474. Windows color (decimal): -5353319 or 10047662. OLE color: 10047662.

HSL color Cylindrical-coordinate representation of color #AE5099: hue angle of 313.4º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5099 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17480153-
CMYK00.540.120.32
HSL313.4º37.01%49.8%-
HSV(B)313.4º54.02%68.24%-
XYZ26.0717.0432.05-
YUV116.43148.64169.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=42.75%
G=19.66%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748015300.540.120.32313.437.0149.8
HexAE5099036C201392532
Octal25612023106614404714562
Binary1010111010100001001100101101101100100000100111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5099; }

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

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

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

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

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

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

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

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