#AD60AA

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

Shades of Violet Blue #AD60AA

Tints of Violet Blue #AD60AA

Color information

#AD60AA (or 0xAD60AA) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and AA. RGB value is (173,96,170). Sum of RGB (Red+Green+Blue) = 173+96+170=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60AA is #529F55. Grayscale: #7F7F7F. Windows color (decimal): -5414742 or 11165869. OLE color: 11165869.

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

Color convert

RGB17396170-
CMYK00.450.020.32
HSL302.34º31.95%52.75%-
HSV(B)302.34º44.51%67.84%-
XYZ28.6720.1540.41-
YUV127.46152.01160.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739617000.450.020.32302.3431.9552.75
HexAD60AA02D22012e2035
Octal2551402520552404564065
Binary10101101110000010101010010110110100000100101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60AA; }

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

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

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

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

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

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

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

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