#AE56A1

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

Shades of Violet Blue #AE56A1

Tints of Violet Blue #AE56A1

Color information

#AE56A1 (or 0xAE56A1) is unknown color: approx Violet Blue. HEX triplet: AE, 56 and A1. RGB value is (174,86,161). Sum of RGB (Red+Green+Blue) = 174+86+161=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE56A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE56A1 is #51A95E. Grayscale: #787878. Windows color (decimal): -5351775 or 10573486. OLE color: 10573486.

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

Color convert

RGB17486161-
CMYK00.510.070.32
HSL308.86º35.2%50.98%-
HSV(B)308.86º50.57%68.24%-
XYZ27.2218.2335.8-
YUV120.86150.65165.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 161 (63.28% from 255) = 38.24%
R=41.33%
G=20.43%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748616100.510.070.32308.8635.250.98
HexAE56A10337201352333
Octal2561262410637404654363
Binary101011101010110101000010110011111100000100110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56A1; }

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

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

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

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

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

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

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

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