#AE579E

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

Shades of Violet Blue #AE579E

Tints of Violet Blue #AE579E

Color information

#AE579E (or 0xAE579E) is unknown color: approx Violet Blue. HEX triplet: AE, 57 and 9E. RGB value is (174,87,158). Sum of RGB (Red+Green+Blue) = 174+87+158=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE579E is #51A861. Grayscale: #787878. Windows color (decimal): -5351522 or 10377134. OLE color: 10377134.

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

Color convert

RGB17487158-
CMYK00.50.090.32
HSL311.03º34.94%51.18%-
HSV(B)311.03º50%68.24%-
XYZ27.0418.2834.45-
YUV121.11148.82165.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=41.53%
G=20.76%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748715800.50.090.32311.0334.9451.18
HexAE579E0329201372333
Octal25612723606211404674363
Binary1010111010101111001111001100101001100000100110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE579E; }

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

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

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

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

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

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

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

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