#AE599E

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

Shades of Violet Blue #AE599E

Tints of Violet Blue #AE599E

Color information

#AE599E (or 0xAE599E) is unknown color: approx Violet Blue. HEX triplet: AE, 59 and 9E. RGB value is (174,89,158). Sum of RGB (Red+Green+Blue) = 174+89+158=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE599E is #51A661. Grayscale: #7A7A7A. Windows color (decimal): -5351010 or 10377646. OLE color: 10377646.

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

Color convert

RGB17489158-
CMYK00.490.090.32
HSL311.29º34.41%51.57%-
HSV(B)311.29º48.85%68.24%-
XYZ27.218.6134.51-
YUV122.28148.16164.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=41.33%
G=21.14%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748915800.490.090.32311.2934.4151.57
HexAE599E0319201372234
Octal25613123606111404674264
Binary1010111010110011001111001100011001100000100110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE599E; }

 p { color: rgb(174,89,158); }

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

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

 a { background-color: rgb(174,89,158); }

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

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

 span { border-color: rgb(174,89,158); }

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