#AA60AE

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

Shades of Violet Blue #AA60AE

Tints of Violet Blue #AA60AE

Color information

#AA60AE (or 0xAA60AE) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and AE. RGB value is (170,96,174). Sum of RGB (Red+Green+Blue) = 170+96+174=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA60AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AE is #559F51. Grayscale: #7E7E7E. Windows color (decimal): -5611346 or 11428010. OLE color: 11428010.

HSL color Cylindrical-coordinate representation of color #AA60AE: hue angle of 296.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA60AE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17096174-
CMYK0.020.4500.32
HSL296.92º32.5%52.94%-
HSV(B)296.92º44.83%68.24%-
XYZ28.419.9742.4-
YUV127.02154.52158.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=38.64%
G=21.82%
B=39.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170961740.020.4500.32296.9232.552.94
HexAA60AE22D0201292035
Octal2521402562550404514065
Binary10101010110000010101110101011010100000100101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60AE; }

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

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

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

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

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

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

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

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