#AE499E

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

Shades of Violet Blue #AE499E

Tints of Violet Blue #AE499E

Color information

#AE499E (or 0xAE499E) is unknown color: approx Violet Blue. HEX triplet: AE, 49 and 9E. RGB value is (174,73,158). Sum of RGB (Red+Green+Blue) = 174+73+158=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE499E is #51B661. Grayscale: #707070. Windows color (decimal): -5355106 or 10373550. OLE color: 10373550.

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

Color convert

RGB17473158-
CMYK00.580.090.32
HSL309.5º40.89%48.43%-
HSV(B)309.5º58.05%68.24%-
XYZ26.0116.2334.11-
YUV112.89153.46171.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=42.96%
G=18.02%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747315800.580.090.32309.540.8948.43
HexAE499E03A9201362930
Octal25611123607211404665160
Binary1010111010010011001111001110101001100000100110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE499E; }

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

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

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

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

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

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

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

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