#AA56AE

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

Shades of Violet Blue #AA56AE

Tints of Violet Blue #AA56AE

Color information

#AA56AE (or 0xAA56AE) is unknown color: approx Violet Blue. HEX triplet: AA, 56 and AE. RGB value is (170,86,174). Sum of RGB (Red+Green+Blue) = 170+86+174=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA56AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA56AE is #55A951. Grayscale: #787878. Windows color (decimal): -5613906 or 11425450. OLE color: 11425450.

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

Color convert

RGB17086174-
CMYK0.020.5100.32
HSL297.27º35.2%50.98%-
HSV(B)297.27º50.57%68.24%-
XYZ27.5518.2642.12-
YUV121.15157.83162.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=39.53%
G=20%
B=40.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170861740.020.5100.32297.2735.250.98
HexAA56AE2330201292333
Octal2521262562630404514363
Binary10101010101011010101110101100110100000100101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA56AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA56AE; }

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

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

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

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

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

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

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

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