#AE549C

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

Shades of Violet Blue #AE549C

Tints of Violet Blue #AE549C

Color information

#AE549C (or 0xAE549C) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and 9C. RGB value is (174,84,156). Sum of RGB (Red+Green+Blue) = 174+84+156=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE549C is #51AB63. Grayscale: #767676. Windows color (decimal): -5352292 or 10245294. OLE color: 10245294.

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

Color convert

RGB17484156-
CMYK00.520.100.32
HSL312º35.71%50.59%-
HSV(B)312º51.72%68.24%-
XYZ26.6317.7433.47-
YUV119.12148.82167.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=42.03%
G=20.29%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748415600.520.100.3231235.7150.59
HexAE549C034A201382433
Octal25612423406412404704463
Binary1010111010101001001110001101001010100000100111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE549C; }

 p { color: rgb(174,84,156); }

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

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

 a { background-color: rgb(174,84,156); }

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

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

 span { border-color: rgb(174,84,156); }

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