#AA60AA

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

Shades of Violet Blue #AA60AA

Tints of Violet Blue #AA60AA

Color information

#AA60AA (or 0xAA60AA) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and AA. RGB value is (170,96,170). Sum of RGB (Red+Green+Blue) = 170+96+170=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AA is #559F55. Grayscale: #7E7E7E. Windows color (decimal): -5611350 or 11165866. OLE color: 11165866.

HSL color Cylindrical-coordinate representation of color #AA60AA: hue angle of 300º degrees, saturation: 0.3, 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 #AA60AA is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17096170-
CMYK00.4400.33
HSL300º30.33%52.16%-
HSV(B)300º43.53%66.67%-
XYZ28.0219.8140.38-
YUV126.56152.52158.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=38.99%
G=22.02%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709617000.4400.3330030.3352.16
HexAA60AA02C02112c1e34
Octal2521402520540414543664
Binary101010101100000101010100101100010000110010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60AA; }

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

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

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

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

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

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

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

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