#AD60A9

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

Shades of Violet Blue #AD60A9

Tints of Violet Blue #AD60A9

Color information

#AD60A9 (or 0xAD60A9) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and A9. RGB value is (173,96,169). Sum of RGB (Red+Green+Blue) = 173+96+169=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD60A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60A9 is #529F56. Grayscale: #7F7F7F. Windows color (decimal): -5414743 or 11100333. OLE color: 11100333.

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

Color convert

RGB17396169-
CMYK00.450.020.32
HSL303.12º31.95%52.75%-
HSV(B)303.12º44.51%67.84%-
XYZ28.5820.1139.91-
YUV127.34151.51160.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=39.50%
G=21.92%
B=38.58%

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
Decimal1739616900.450.020.32303.1231.9552.75
HexAD60A902D22012f2035
Octal2551402510552404574065
Binary10101101110000010101001010110110100000100101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60A9; }

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

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

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

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

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

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

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

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