#AA60AB

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

Shades of Violet Blue #AA60AB

Tints of Violet Blue #AA60AB

Color information

#AA60AB (or 0xAA60AB) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and AB. RGB value is (170,96,171). Sum of RGB (Red+Green+Blue) = 170+96+171=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AB is #559F54. Grayscale: #7E7E7E. Windows color (decimal): -5611349 or 11231402. OLE color: 11231402.

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

Color convert

RGB17096171-
CMYK0.010.4400.33
HSL299.2º30.86%52.35%-
HSV(B)299.2º43.86%67.06%-
XYZ28.1119.8540.88-
YUV126.68153.02158.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=38.90%
G=21.97%
B=39.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170961710.010.4400.33299.230.8652.35
HexAA60AB12C02112b1f34
Octal2521402531540414533764
Binary101010101100000101010111101100010000110010101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60AB; }

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

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

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

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

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

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

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

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