#AA60A3

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

Shades of Violet Blue #AA60A3

Tints of Violet Blue #AA60A3

Color information

#AA60A3 (or 0xAA60A3) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and A3. RGB value is (170,96,163). Sum of RGB (Red+Green+Blue) = 170+96+163=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA60A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA60A3 is #559F5C. Grayscale: #7D7D7D. Windows color (decimal): -5611357 or 10707114. OLE color: 10707114.

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

Color convert

RGB17096163-
CMYK00.440.040.33
HSL305.68º30.33%52.16%-
HSV(B)305.68º43.53%66.67%-
XYZ27.3719.5636.98-
YUV125.76149.02159.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 163 (64.06% from 255) = 38.00%
R=39.63%
G=22.38%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709616300.440.040.33305.6830.3352.16
HexAA60A302C4211321e34
Octal2521402430544414623664
Binary10101010110000010100011010110010010000110011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA60A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA60A3; }

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

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

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

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

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

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

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

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