Shades of Violet Blue #AD589C
Tints of Violet Blue #AD589C
RGB
CMYK
RGB Variations
Color information
#AD589C (or 0xAD589C) is known color: Violet Blue. HEX triplet: AD, 58 and 9C. RGB value is (173,88,156). Sum of RGB (Red+Green+Blue) = 173+88+156=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD589C is #52A763. Grayscale: #787878. Windows color (decimal): -5416804 or 10246317. OLE color: 10246317.
HSL color Cylindrical-coordinate representation of color #AD589C: hue angle of 312º 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 #AD589C is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 156 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.32 |
| HSL | 312º | 0.34% | 0.51% | - |
| HSV(B) | 312º | 0.49% | 0.68% | - |
| XYZ | 26.72 | 18.26 | 33.57 | - |
| YUV | 121.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 156 | 0 | 0.49 | 0.10 | 0.32 | 312 | 0.34 | 0.51 |
| Hex | AD | 58 | 9C | 0 | 31 | A | 20 | 138 | 22 | 33 |
| Octal | 255 | 130 | 234 | 0 | 61 | 12 | 40 | 470 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10011100 | 0 | 110001 | 1010 | 100000 | 100111000 | 100010 | 110011 |
Color Harmonies of #AD589C
Complementary color
Monochromatic Colors of #AD589C
Black with #AD589C
Text Example
Text Example
White with #AD589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD589C; }
p { color: rgb(173,88,156); }
H1.HeaderClassName
{
color: #AD589C;
}
.AnyTagClassName
{
color: #AD589C;
}
</style>
background-color css
<style>
a { background-color: #AD589C; }
a { background-color: rgb(173,88,156); }
div.DivClassName
{
background-color: #AD589C;
}
.BgClassName
{
background-color: #AD589C;
}
</style>
border-color css
<style>
span { border-color: #AD589C; }
span { border-color: rgb(173,88,156); }
td.TdClassName
{
border-color: #AD589C;
}
.TagClassName
{
border-color: #AD589C;
}
</style>