Shades of Violet Blue #AD5D9F
Tints of Violet Blue #AD5D9F
RGB
CMYK
RGB Variations
Color information
#AD5D9F (or 0xAD5D9F) is known color: Violet Blue. HEX triplet: AD, 5D and 9F. RGB value is (173,93,159). Sum of RGB (Red+Green+Blue) = 173+93+159=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5D9F is #52A260. Grayscale: #7C7C7C. Windows color (decimal): -5415521 or 10444205. OLE color: 10444205.
HSL color Cylindrical-coordinate representation of color #AD5D9F: hue angle of 310.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5D9F is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 159 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.32 |
| HSL | 310.5º | 0.33% | 0.52% | - |
| HSV(B) | 310.5º | 0.46% | 0.68% | - |
| XYZ | 27.41 | 19.22 | 35.07 | - |
| YUV | 124.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 159 | 0 | 0.46 | 0.08 | 0.32 | 310.5 | 0.33 | 0.52 |
| Hex | AD | 5D | 9F | 0 | 2E | 8 | 20 | 136 | 21 | 34 |
| Octal | 255 | 135 | 237 | 0 | 56 | 10 | 40 | 466 | 41 | 64 |
| Binary | 10101101 | 1011101 | 10011111 | 0 | 101110 | 1000 | 100000 | 100110110 | 100001 | 110100 |
Color Harmonies of #AD5D9F
Complementary color
Monochromatic Colors of #AD5D9F
Black with #AD5D9F
Text Example
Text Example
White with #AD5D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D9F; }
p { color: rgb(173,93,159); }
H1.HeaderClassName
{
color: #AD5D9F;
}
.AnyTagClassName
{
color: #AD5D9F;
}
</style>
background-color css
<style>
a { background-color: #AD5D9F; }
a { background-color: rgb(173,93,159); }
div.DivClassName
{
background-color: #AD5D9F;
}
.BgClassName
{
background-color: #AD5D9F;
}
</style>
border-color css
<style>
span { border-color: #AD5D9F; }
span { border-color: rgb(173,93,159); }
td.TdClassName
{
border-color: #AD5D9F;
}
.TagClassName
{
border-color: #AD5D9F;
}
</style>