#ae56a9

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

Shades of Violet Blue #AE56A9

Tints of Violet Blue #AE56A9

Color information

#AE56A9 (or 0xAE56A9) is unknown color: approx Violet Blue. HEX triplet: AE, 56 and A9. RGB value is (174,86,169). Sum of RGB (Red+Green+Blue) = 174+86+169=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE56A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE56A9 is #51A956. Grayscale: #797979. Windows color (decimal): -5351767 or 11097774. OLE color: 11097774.

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

Color convert

RGB17486169-
CMYK00.510.030.32
HSL303.41º35.2%50.98%-
HSV(B)303.41º50.57%68.24%-
XYZ27.9418.5239.64-
YUV121.77154.65165.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=40.56%
G=20.05%
B=39.39%

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
Decimal1748616900.510.030.32303.4135.250.98
HexAE56A903332012f2333
Octal2561262510633404574363
Binary10101110101011010101001011001111100000100101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae56a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae56a9; }

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

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

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

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

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

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

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

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