Shades of Violet Blue #AD589A
Tints of Violet Blue #AD589A
RGB
CMYK
RGB Variations
Color information
#AD589A (or 0xAD589A) is known color: Violet Blue. HEX triplet: AD, 58 and 9A. RGB value is (173,88,154). Sum of RGB (Red+Green+Blue) = 173+88+154=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD589A is #52A765. Grayscale: #787878. Windows color (decimal): -5416806 or 10115245. OLE color: 10115245.
HSL color Cylindrical-coordinate representation of color #AD589A: hue angle of 313.41º 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 #AD589A is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 154 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.32 |
| HSL | 313.41º | 0.34% | 0.51% | - |
| HSV(B) | 313.41º | 0.49% | 0.68% | - |
| XYZ | 26.56 | 18.2 | 32.68 | - |
| YUV | 120.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 154 | 0 | 0.49 | 0.11 | 0.32 | 313.41 | 0.34 | 0.51 |
| Hex | AD | 58 | 9A | 0 | 31 | B | 20 | 139 | 22 | 33 |
| Octal | 255 | 130 | 232 | 0 | 61 | 13 | 40 | 471 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10011010 | 0 | 110001 | 1011 | 100000 | 100111001 | 100010 | 110011 |
Color Harmonies of #AD589A
Complementary color
Monochromatic Colors of #AD589A
Black with #AD589A
Text Example
Text Example
White with #AD589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD589A; }
p { color: rgb(173,88,154); }
H1.HeaderClassName
{
color: #AD589A;
}
.AnyTagClassName
{
color: #AD589A;
}
</style>
background-color css
<style>
a { background-color: #AD589A; }
a { background-color: rgb(173,88,154); }
div.DivClassName
{
background-color: #AD589A;
}
.BgClassName
{
background-color: #AD589A;
}
</style>
border-color css
<style>
span { border-color: #AD589A; }
span { border-color: rgb(173,88,154); }
td.TdClassName
{
border-color: #AD589A;
}
.TagClassName
{
border-color: #AD589A;
}
</style>