#AE549D

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

Shades of Violet Blue #AE549D

Tints of Violet Blue #AE549D

Color information

#AE549D (or 0xAE549D) is unknown color: approx Violet Blue. HEX triplet: AE, 54 and 9D. RGB value is (174,84,157). Sum of RGB (Red+Green+Blue) = 174+84+157=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE549D is #51AB62. Grayscale: #777777. Windows color (decimal): -5352291 or 10310830. OLE color: 10310830.

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

Color convert

RGB17484157-
CMYK00.520.100.32
HSL311.33º35.71%50.59%-
HSV(B)311.33º51.72%68.24%-
XYZ26.7117.7733.92-
YUV119.23149.32167.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 157 (61.72% from 255) = 37.83%
R=41.93%
G=20.24%
B=37.83%

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
Decimal1748415700.520.100.32311.3335.7150.59
HexAE549D034A201372433
Octal25612423506412404674463
Binary1010111010101001001110101101001010100000100110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE549D; }

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

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

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

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

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

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

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

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