#AA60AC

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

Shades of Violet Blue #AA60AC

Tints of Violet Blue #AA60AC

Color information

#AA60AC (or 0xAA60AC) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and AC. RGB value is (170,96,172). Sum of RGB (Red+Green+Blue) = 170+96+172=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AC is #559F53. Grayscale: #7E7E7E. Windows color (decimal): -5611348 or 11296938. OLE color: 11296938.

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

Color convert

RGB17096172-
CMYK0.010.4400.33
HSL298.42º31.4%52.55%-
HSV(B)298.42º44.19%67.45%-
XYZ28.2119.8941.38-
YUV126.79153.52158.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=38.81%
G=21.92%
B=39.27%

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
Decimal170961720.010.4400.33298.4231.452.55
HexAA60AC12C02112a1f35
Octal2521402541540414523765
Binary101010101100000101011001101100010000110010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60AC; }

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

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

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

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

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

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

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

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