#AE6099

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

Shades of Violet Blue #AE6099

Tints of Violet Blue #AE6099

Color information

#AE6099 (or 0xAE6099) is unknown color: approx Violet Blue. HEX triplet: AE, 60 and 99. RGB value is (174,96,153). Sum of RGB (Red+Green+Blue) = 174+96+153=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6099 is #519F66. Grayscale: #7D7D7D. Windows color (decimal): -5349223 or 10051758. OLE color: 10051758.

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

Color convert

RGB17496153-
CMYK00.450.120.32
HSL316.15º32.5%52.94%-
HSV(B)316.15º44.83%68.24%-
XYZ27.3919.6632.49-
YUV125.82143.34162.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=41.13%
G=22.70%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749615300.450.120.32316.1532.552.94
HexAE609902DC2013c2035
Octal25614023105514404744065
Binary1010111011000001001100101011011100100000100111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6099; }

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

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

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

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

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

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

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

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