Shades of Violet Blue #AD59A8
Tints of Violet Blue #AD59A8
RGB
CMYK
RGB Variations
Color information
#AD59A8 (or 0xAD59A8) is known color: Violet Blue. HEX triplet: AD, 59 and A8. RGB value is (173,89,168). Sum of RGB (Red+Green+Blue) = 173+89+168=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD59A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD59A8 is #52A657. Grayscale: #7A7A7A. Windows color (decimal): -5416536 or 11033005. OLE color: 11033005.
HSL color Cylindrical-coordinate representation of color #AD59A8: hue angle of 303.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD59A8 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 168 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.32 |
| HSL | 303.57º | 0.34% | 0.51% | - |
| HSV(B) | 303.57º | 0.49% | 0.68% | - |
| XYZ | 27.87 | 18.86 | 39.22 | - |
| YUV | 123.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 168 | 0 | 0.49 | 0.03 | 0.32 | 303.57 | 0.34 | 0.51 |
| Hex | AD | 59 | A8 | 0 | 31 | 3 | 20 | 130 | 22 | 33 |
| Octal | 255 | 131 | 250 | 0 | 61 | 3 | 40 | 460 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10101000 | 0 | 110001 | 11 | 100000 | 100110000 | 100010 | 110011 |
Color Harmonies of #AD59A8
Complementary color
Monochromatic Colors of #AD59A8
Black with #AD59A8
Text Example
Text Example
White with #AD59A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59A8; }
p { color: rgb(173,89,168); }
H1.HeaderClassName
{
color: #AD59A8;
}
.AnyTagClassName
{
color: #AD59A8;
}
</style>
background-color css
<style>
a { background-color: #AD59A8; }
a { background-color: rgb(173,89,168); }
div.DivClassName
{
background-color: #AD59A8;
}
.BgClassName
{
background-color: #AD59A8;
}
</style>
border-color css
<style>
span { border-color: #AD59A8; }
span { border-color: rgb(173,89,168); }
td.TdClassName
{
border-color: #AD59A8;
}
.TagClassName
{
border-color: #AD59A8;
}
</style>