#AA56AB

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

Shades of Violet Blue #AA56AB

Tints of Violet Blue #AA56AB

Color information

#AA56AB (or 0xAA56AB) is unknown color: approx Violet Blue. HEX triplet: AA, 56 and AB. RGB value is (170,86,171). Sum of RGB (Red+Green+Blue) = 170+86+171=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA56AB is #55A954. Grayscale: #787878. Windows color (decimal): -5613909 or 11228842. OLE color: 11228842.

HSL color Cylindrical-coordinate representation of color #AA56AB: hue angle of 299.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA56AB is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17086171-
CMYK0.010.5000.33
HSL299.29º33.6%50.39%-
HSV(B)299.29º49.71%67.06%-
XYZ27.2618.1440.59-
YUV120.81156.33163.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=39.81%
G=20.14%
B=40.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170861710.010.5000.33299.2933.650.39
HexAA56AB13202112b2232
Octal2521262531620414534262
Binary1010101010101101010101111100100100001100101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA56AB; }

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

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

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

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

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

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

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

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