Shades of Violet Blue #AD5F9D
Tints of Violet Blue #AD5F9D
RGB
CMYK
RGB Variations
Color information
#AD5F9D (or 0xAD5F9D) is known color: Violet Blue. HEX triplet: AD, 5F and 9D. RGB value is (173,95,157). Sum of RGB (Red+Green+Blue) = 173+95+157=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5F9D is #52A062. Grayscale: #7D7D7D. Windows color (decimal): -5415011 or 10313645. OLE color: 10313645.
HSL color Cylindrical-coordinate representation of color #AD5F9D: hue angle of 312.31º 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 #AD5F9D is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 95 | 157 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.32 |
| HSL | 312.31º | 0.32% | 0.53% | - |
| HSV(B) | 312.31º | 0.45% | 0.68% | - |
| XYZ | 27.41 | 19.5 | 34.22 | - |
| YUV | 125.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 157 | 0 | 0.45 | 0.09 | 0.32 | 312.31 | 0.32 | 0.53 |
| Hex | AD | 5F | 9D | 0 | 2D | 9 | 20 | 138 | 20 | 35 |
| Octal | 255 | 137 | 235 | 0 | 55 | 11 | 40 | 470 | 40 | 65 |
| Binary | 10101101 | 1011111 | 10011101 | 0 | 101101 | 1001 | 100000 | 100111000 | 100000 | 110101 |
Color Harmonies of #AD5F9D
Complementary color
Monochromatic Colors of #AD5F9D
Black with #AD5F9D
Text Example
Text Example
White with #AD5F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5F9D; }
p { color: rgb(173,95,157); }
H1.HeaderClassName
{
color: #AD5F9D;
}
.AnyTagClassName
{
color: #AD5F9D;
}
</style>
background-color css
<style>
a { background-color: #AD5F9D; }
a { background-color: rgb(173,95,157); }
div.DivClassName
{
background-color: #AD5F9D;
}
.BgClassName
{
background-color: #AD5F9D;
}
</style>
border-color css
<style>
span { border-color: #AD5F9D; }
span { border-color: rgb(173,95,157); }
td.TdClassName
{
border-color: #AD5F9D;
}
.TagClassName
{
border-color: #AD5F9D;
}
</style>