Shades of Violet Blue #AD5F98
Tints of Violet Blue #AD5F98
RGB
CMYK
RGB Variations
Color information
#AD5F98 (or 0xAD5F98) is known color: Violet Blue. HEX triplet: AD, 5F and 98. RGB value is (173,95,152). Sum of RGB (Red+Green+Blue) = 173+95+152=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F98 is #52A067. Grayscale: #7C7C7C. Windows color (decimal): -5415016 or 9985965. OLE color: 9985965.
HSL color Cylindrical-coordinate representation of color #AD5F98: hue angle of 316.15º 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 #AD5F98 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 152 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.32 |
| HSL | 316.15º | 0.32% | 0.53% | - |
| HSV(B) | 316.15º | 0.45% | 0.68% | - |
| XYZ | 26.99 | 19.34 | 32.02 | - |
| YUV | 124.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 152 | 0 | 0.45 | 0.12 | 0.32 | 316.15 | 0.32 | 0.53 |
| Hex | AD | 5F | 98 | 0 | 2D | C | 20 | 13C | 20 | 35 |
| Octal | 255 | 137 | 230 | 0 | 55 | 14 | 40 | 474 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10011000 | 0 | 101101 | 1100 | 100000 | 100111100 | 100000 | 110101 |
Color Harmonies of #AD5F98
Complementary color
Monochromatic Colors of #AD5F98
Black with #AD5F98
Text Example
Text Example
White with #AD5F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F98; }
p { color: rgb(173,95,152); }
H1.HeaderClassName
{
color: #AD5F98;
}
.AnyTagClassName
{
color: #AD5F98;
}
</style>
background-color css
<style>
a { background-color: #AD5F98; }
a { background-color: rgb(173,95,152); }
div.DivClassName
{
background-color: #AD5F98;
}
.BgClassName
{
background-color: #AD5F98;
}
</style>
border-color css
<style>
span { border-color: #AD5F98; }
span { border-color: rgb(173,95,152); }
td.TdClassName
{
border-color: #AD5F98;
}
.TagClassName
{
border-color: #AD5F98;
}
</style>