#AE55A9

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

Shades of Violet Blue #AE55A9

Tints of Violet Blue #AE55A9

Color information

#AE55A9 (or 0xAE55A9) is unknown color: approx Violet Blue. HEX triplet: AE, 55 and A9. RGB value is (174,85,169). Sum of RGB (Red+Green+Blue) = 174+85+169=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE55A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE55A9 is #51AA56. Grayscale: #787878. Windows color (decimal): -5352023 or 11097518. OLE color: 11097518.

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

Color convert

RGB17485169-
CMYK00.510.030.32
HSL303.37º35.46%50.78%-
HSV(B)303.37º51.15%68.24%-
XYZ27.8718.3639.61-
YUV121.19154.99165.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 169 (66.41% from 255) = 39.49%
R=40.65%
G=19.86%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748516900.510.030.32303.3735.4650.78
HexAE55A903332012f2333
Octal2561252510633404574363
Binary10101110101010110101001011001111100000100101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE55A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE55A9; }

 p { color: rgb(174,85,169); }

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

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

 a { background-color: rgb(174,85,169); }

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

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

 span { border-color: rgb(174,85,169); }

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