Shades of Violet Blue #AD60A0
Tints of Violet Blue #AD60A0
RGB
CMYK
RGB Variations
Color information
#AD60A0 (or 0xAD60A0) is known color: Violet Blue. HEX triplet: AD, 60 and A0. RGB value is (173,96,160). Sum of RGB (Red+Green+Blue) = 173+96+160=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD60A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60A0 is #529F5F. Grayscale: #7E7E7E. Windows color (decimal): -5414752 or 10510509. OLE color: 10510509.
HSL color Cylindrical-coordinate representation of color #AD60A0: hue angle of 310.13º 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 #AD60A0 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 160 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.32 |
| HSL | 310.13º | 0.32% | 0.53% | - |
| HSV(B) | 310.13º | 0.45% | 0.68% | - |
| XYZ | 27.76 | 19.79 | 35.61 | - |
| YUV | 126.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 160 | 0 | 0.45 | 0.08 | 0.32 | 310.13 | 0.32 | 0.53 |
| Hex | AD | 60 | A0 | 0 | 2D | 8 | 20 | 136 | 20 | 35 |
| Octal | 255 | 140 | 240 | 0 | 55 | 10 | 40 | 466 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10100000 | 0 | 101101 | 1000 | 100000 | 100110110 | 100000 | 110101 |
Color Harmonies of #AD60A0
Complementary color
Monochromatic Colors of #AD60A0
Black with #AD60A0
Text Example
Text Example
White with #AD60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60A0; }
p { color: rgb(173,96,160); }
H1.HeaderClassName
{
color: #AD60A0;
}
.AnyTagClassName
{
color: #AD60A0;
}
</style>
background-color css
<style>
a { background-color: #AD60A0; }
a { background-color: rgb(173,96,160); }
div.DivClassName
{
background-color: #AD60A0;
}
.BgClassName
{
background-color: #AD60A0;
}
</style>
border-color css
<style>
span { border-color: #AD60A0; }
span { border-color: rgb(173,96,160); }
td.TdClassName
{
border-color: #AD60A0;
}
.TagClassName
{
border-color: #AD60A0;
}
</style>