#AA60AD

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

Shades of Violet Blue #AA60AD

Tints of Violet Blue #AA60AD

Color information

#AA60AD (or 0xAA60AD) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and AD. RGB value is (170,96,173). Sum of RGB (Red+Green+Blue) = 170+96+173=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AD is #559F52. Grayscale: #7E7E7E. Windows color (decimal): -5611347 or 11362474. OLE color: 11362474.

HSL color Cylindrical-coordinate representation of color #AA60AD: hue angle of 297.66º 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 #AA60AD is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17096173-
CMYK0.020.4500.32
HSL297.66º31.95%52.75%-
HSV(B)297.66º44.51%67.84%-
XYZ28.319.9341.89-
YUV126.9154.02158.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=38.72%
G=21.87%
B=39.41%

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
Decimal170961730.020.4500.32297.6631.9552.75
HexAA60AD22D02012a2035
Octal2521402552550404524065
Binary10101010110000010101101101011010100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60AD; }

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

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

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

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

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

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

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

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