Shades of Violet Blue #AD5F9E
Tints of Violet Blue #AD5F9E
RGB
CMYK
RGB Variations
Color information
#AD5F9E (or 0xAD5F9E) is known color: Violet Blue. HEX triplet: AD, 5F and 9E. RGB value is (173,95,158). Sum of RGB (Red+Green+Blue) = 173+95+158=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F9E is #52A061. Grayscale: #7D7D7D. Windows color (decimal): -5415010 or 10379181. OLE color: 10379181.
HSL color Cylindrical-coordinate representation of color #AD5F9E: hue angle of 311.54º 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 #AD5F9E is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 158 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.32 |
| HSL | 311.54º | 0.32% | 0.53% | - |
| HSV(B) | 311.54º | 0.45% | 0.68% | - |
| XYZ | 27.5 | 19.54 | 34.67 | - |
| YUV | 125.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 158 | 0 | 0.45 | 0.09 | 0.32 | 311.54 | 0.32 | 0.53 |
| Hex | AD | 5F | 9E | 0 | 2D | 9 | 20 | 138 | 20 | 35 |
| Octal | 255 | 137 | 236 | 0 | 55 | 11 | 40 | 470 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10011110 | 0 | 101101 | 1001 | 100000 | 100111000 | 100000 | 110101 |
Color Harmonies of #AD5F9E
Complementary color
Monochromatic Colors of #AD5F9E
Black with #AD5F9E
Text Example
Text Example
White with #AD5F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F9E; }
p { color: rgb(173,95,158); }
H1.HeaderClassName
{
color: #AD5F9E;
}
.AnyTagClassName
{
color: #AD5F9E;
}
</style>
background-color css
<style>
a { background-color: #AD5F9E; }
a { background-color: rgb(173,95,158); }
div.DivClassName
{
background-color: #AD5F9E;
}
.BgClassName
{
background-color: #AD5F9E;
}
</style>
border-color css
<style>
span { border-color: #AD5F9E; }
span { border-color: rgb(173,95,158); }
td.TdClassName
{
border-color: #AD5F9E;
}
.TagClassName
{
border-color: #AD5F9E;
}
</style>