#AE549E

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

Shades of Violet Blue #AE549E

Tints of Violet Blue #AE549E

Color information

#AE549E (or 0xAE549E) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and 9E. RGB value is (174,84,158). Sum of RGB (Red+Green+Blue) = 174+84+158=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE549E is #51AB61. Grayscale: #777777. Windows color (decimal): -5352290 or 10376366. OLE color: 10376366.

HSL color Cylindrical-coordinate representation of color #AE549E: hue angle of 310.67º 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 #AE549E is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17484158-
CMYK00.520.090.32
HSL310.67º35.71%50.59%-
HSV(B)310.67º51.72%68.24%-
XYZ26.817.8134.37-
YUV119.35149.82166.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=41.83%
G=20.19%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748415800.520.090.32310.6735.7150.59
HexAE549E0349201372433
Octal25612423606411404674463
Binary1010111010101001001111001101001001100000100110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE549E; }

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

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

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

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

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

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

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

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