Shades of Violet Blue #AD59A3
Tints of Violet Blue #AD59A3
RGB
CMYK
RGB Variations
Color information
#AD59A3 (or 0xAD59A3) is known color: Violet Blue. HEX triplet: AD, 59 and A3. RGB value is (173,89,163). Sum of RGB (Red+Green+Blue) = 173+89+163=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD59A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD59A3 is #52A65C. Grayscale: #7A7A7A. Windows color (decimal): -5416541 or 10705325. OLE color: 10705325.
HSL color Cylindrical-coordinate representation of color #AD59A3: hue angle of 307.14º 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 #AD59A3 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 163 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.32 |
| HSL | 307.14º | 0.34% | 0.51% | - |
| HSV(B) | 307.14º | 0.49% | 0.68% | - |
| XYZ | 27.42 | 18.67 | 36.81 | - |
| YUV | 122.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 163 | 0 | 0.49 | 0.06 | 0.32 | 307.14 | 0.34 | 0.51 |
| Hex | AD | 59 | A3 | 0 | 31 | 6 | 20 | 133 | 22 | 33 |
| Octal | 255 | 131 | 243 | 0 | 61 | 6 | 40 | 463 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10100011 | 0 | 110001 | 110 | 100000 | 100110011 | 100010 | 110011 |
Color Harmonies of #AD59A3
Complementary color
Monochromatic Colors of #AD59A3
Black with #AD59A3
Text Example
Text Example
White with #AD59A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59A3; }
p { color: rgb(173,89,163); }
H1.HeaderClassName
{
color: #AD59A3;
}
.AnyTagClassName
{
color: #AD59A3;
}
</style>
background-color css
<style>
a { background-color: #AD59A3; }
a { background-color: rgb(173,89,163); }
div.DivClassName
{
background-color: #AD59A3;
}
.BgClassName
{
background-color: #AD59A3;
}
</style>
border-color css
<style>
span { border-color: #AD59A3; }
span { border-color: rgb(173,89,163); }
td.TdClassName
{
border-color: #AD59A3;
}
.TagClassName
{
border-color: #AD59A3;
}
</style>