#AA54AB

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

Shades of Violet Blue #AA54AB

Tints of Violet Blue #AA54AB

Color information

#AA54AB (or 0xAA54AB) is unknown color: approx Violet Blue. HEX triplet: AA, 54 and AB. RGB value is (170,84,171). Sum of RGB (Red+Green+Blue) = 170+84+171=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA54AB is #55AB54. Grayscale: #777777. Windows color (decimal): -5614421 or 11228330. OLE color: 11228330.

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

Color convert

RGB17084171-
CMYK0.010.5100.33
HSL299.31º34.12%50%-
HSV(B)299.31º50.88%67.06%-
XYZ27.117.8340.54-
YUV119.63156.99163.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=40%
G=19.76%
B=40.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170841710.010.5100.33299.3134.1250
HexAA54AB13302112b2232
Octal2521242531630414534262
Binary1010101010101001010101111100110100001100101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54AB; }

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

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

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

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

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

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

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

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