Shades of Violet Blue #AD5F9F
Tints of Violet Blue #AD5F9F
RGB
CMYK
RGB Variations
Color information
#AD5F9F (or 0xAD5F9F) is known color: Violet Blue. HEX triplet: AD, 5F and 9F. RGB value is (173,95,159). Sum of RGB (Red+Green+Blue) = 173+95+159=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F9F is #52A060. Grayscale: #7D7D7D. Windows color (decimal): -5415009 or 10444717. OLE color: 10444717.
HSL color Cylindrical-coordinate representation of color #AD5F9F: hue angle of 310.77º 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 #AD5F9F is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 159 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.32 |
| HSL | 310.77º | 0.32% | 0.53% | - |
| HSV(B) | 310.77º | 0.45% | 0.68% | - |
| XYZ | 27.58 | 19.57 | 35.12 | - |
| YUV | 125.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 159 | 0 | 0.45 | 0.08 | 0.32 | 310.77 | 0.32 | 0.53 |
| Hex | AD | 5F | 9F | 0 | 2D | 8 | 20 | 137 | 20 | 35 |
| Octal | 255 | 137 | 237 | 0 | 55 | 10 | 40 | 467 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10011111 | 0 | 101101 | 1000 | 100000 | 100110111 | 100000 | 110101 |
Color Harmonies of #AD5F9F
Complementary color
Monochromatic Colors of #AD5F9F
Black with #AD5F9F
Text Example
Text Example
White with #AD5F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F9F; }
p { color: rgb(173,95,159); }
H1.HeaderClassName
{
color: #AD5F9F;
}
.AnyTagClassName
{
color: #AD5F9F;
}
</style>
background-color css
<style>
a { background-color: #AD5F9F; }
a { background-color: rgb(173,95,159); }
div.DivClassName
{
background-color: #AD5F9F;
}
.BgClassName
{
background-color: #AD5F9F;
}
</style>
border-color css
<style>
span { border-color: #AD5F9F; }
span { border-color: rgb(173,95,159); }
td.TdClassName
{
border-color: #AD5F9F;
}
.TagClassName
{
border-color: #AD5F9F;
}
</style>