Shades of Violet Blue #AD5F99
Tints of Violet Blue #AD5F99
RGB
CMYK
RGB Variations
Color information
#AD5F99 (or 0xAD5F99) is known color: Violet Blue. HEX triplet: AD, 5F and 99. RGB value is (173,95,153). Sum of RGB (Red+Green+Blue) = 173+95+153=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F99 is #52A066. Grayscale: #7C7C7C. Windows color (decimal): -5415015 or 10051501. OLE color: 10051501.
HSL color Cylindrical-coordinate representation of color #AD5F99: hue angle of 315.38º 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 #AD5F99 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 153 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.32 |
| HSL | 315.38º | 0.32% | 0.53% | - |
| HSV(B) | 315.38º | 0.45% | 0.68% | - |
| XYZ | 27.08 | 19.37 | 32.45 | - |
| YUV | 124.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 153 | 0 | 0.45 | 0.12 | 0.32 | 315.38 | 0.32 | 0.53 |
| Hex | AD | 5F | 99 | 0 | 2D | C | 20 | 13B | 20 | 35 |
| Octal | 255 | 137 | 231 | 0 | 55 | 14 | 40 | 473 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10011001 | 0 | 101101 | 1100 | 100000 | 100111011 | 100000 | 110101 |
Color Harmonies of #AD5F99
Complementary color
Monochromatic Colors of #AD5F99
Black with #AD5F99
Text Example
Text Example
White with #AD5F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F99; }
p { color: rgb(173,95,153); }
H1.HeaderClassName
{
color: #AD5F99;
}
.AnyTagClassName
{
color: #AD5F99;
}
</style>
background-color css
<style>
a { background-color: #AD5F99; }
a { background-color: rgb(173,95,153); }
div.DivClassName
{
background-color: #AD5F99;
}
.BgClassName
{
background-color: #AD5F99;
}
</style>
border-color css
<style>
span { border-color: #AD5F99; }
span { border-color: rgb(173,95,153); }
td.TdClassName
{
border-color: #AD5F99;
}
.TagClassName
{
border-color: #AD5F99;
}
</style>