Shades of Violet Blue #AD60A2
Tints of Violet Blue #AD60A2
RGB
CMYK
RGB Variations
Color information
#AD60A2 (or 0xAD60A2) is known color: Violet Blue. HEX triplet: AD, 60 and A2. RGB value is (173,96,162). Sum of RGB (Red+Green+Blue) = 173+96+162=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD60A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60A2 is #529F5D. Grayscale: #7E7E7E. Windows color (decimal): -5414750 or 10641581. OLE color: 10641581.
HSL color Cylindrical-coordinate representation of color #AD60A2: hue angle of 308.57º 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 #AD60A2 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 162 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.32 |
| HSL | 308.57º | 0.32% | 0.53% | - |
| HSV(B) | 308.57º | 0.45% | 0.68% | - |
| XYZ | 27.94 | 19.86 | 36.54 | - |
| YUV | 126.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 162 | 0 | 0.45 | 0.06 | 0.32 | 308.57 | 0.32 | 0.53 |
| Hex | AD | 60 | A2 | 0 | 2D | 6 | 20 | 135 | 20 | 35 |
| Octal | 255 | 140 | 242 | 0 | 55 | 6 | 40 | 465 | 40 | 65 |
| Binary | 10101101 | 1100000 | 10100010 | 0 | 101101 | 110 | 100000 | 100110101 | 100000 | 110101 |
Color Harmonies of #AD60A2
Complementary color
Monochromatic Colors of #AD60A2
Black with #AD60A2
Text Example
Text Example
White with #AD60A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60A2; }
p { color: rgb(173,96,162); }
H1.HeaderClassName
{
color: #AD60A2;
}
.AnyTagClassName
{
color: #AD60A2;
}
</style>
background-color css
<style>
a { background-color: #AD60A2; }
a { background-color: rgb(173,96,162); }
div.DivClassName
{
background-color: #AD60A2;
}
.BgClassName
{
background-color: #AD60A2;
}
</style>
border-color css
<style>
span { border-color: #AD60A2; }
span { border-color: rgb(173,96,162); }
td.TdClassName
{
border-color: #AD60A2;
}
.TagClassName
{
border-color: #AD60A2;
}
</style>