#AE56A3

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

Shades of Violet Blue #AE56A3

Tints of Violet Blue #AE56A3

Color information

#AE56A3 (or 0xAE56A3) is unknown color: approx Violet Blue. HEX triplet: AE, 56 and A3. RGB value is (174,86,163). Sum of RGB (Red+Green+Blue) = 174+86+163=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE56A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE56A3 is #51A95C. Grayscale: #787878. Windows color (decimal): -5351773 or 10704558. OLE color: 10704558.

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

Color convert

RGB17486163-
CMYK00.510.060.32
HSL307.5º35.2%50.98%-
HSV(B)307.5º50.57%68.24%-
XYZ27.3918.336.74-
YUV121.09151.65165.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=41.13%
G=20.33%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748616300.510.060.32307.535.250.98
HexAE56A30336201342333
Octal2561262430636404644363
Binary101011101010110101000110110011110100000100110100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56A3; }

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

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

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

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

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

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

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

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