#AA60AF

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

Shades of Violet Blue #AA60AF

Tints of Violet Blue #AA60AF

Color information

#AA60AF (or 0xAA60AF) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and AF. RGB value is (170,96,175). Sum of RGB (Red+Green+Blue) = 170+96+175=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60AF is #559F50. Grayscale: #7E7E7E. Windows color (decimal): -5611345 or 11493546. OLE color: 11493546.

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

Color convert

RGB17096175-
CMYK0.030.4500.31
HSL296.2º33.05%53.14%-
HSV(B)296.2º45.14%68.63%-
XYZ28.520.0142.92-
YUV127.13155.02158.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=38.55%
G=21.77%
B=39.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170961750.030.4500.31296.233.0553.14
HexAA60AF32D01F1282135
Octal2521402573550374504165
Binary1010101011000001010111111101101011111100101000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60AF; }

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

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

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

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

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

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

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

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