Shades of Violet Blue #AD569F
Tints of Violet Blue #AD569F
RGB
CMYK
RGB Variations
Color information
#AD569F (or 0xAD569F) is known color: Violet Blue. HEX triplet: AD, 56 and 9F. RGB value is (173,86,159). Sum of RGB (Red+Green+Blue) = 173+86+159=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD569F is #52A960. Grayscale: #787878. Windows color (decimal): -5417313 or 10442413. OLE color: 10442413.
HSL color Cylindrical-coordinate representation of color #AD569F: hue angle of 309.66º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD569F is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 159 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.32 |
| HSL | 309.66º | 0.35% | 0.51% | - |
| HSV(B) | 309.66º | 0.5% | 0.68% | - |
| XYZ | 26.82 | 18.04 | 34.87 | - |
| YUV | 120.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 159 | 0 | 0.50 | 0.08 | 0.32 | 309.66 | 0.35 | 0.51 |
| Hex | AD | 56 | 9F | 0 | 32 | 8 | 20 | 136 | 23 | 33 |
| Octal | 255 | 126 | 237 | 0 | 62 | 10 | 40 | 466 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10011111 | 0 | 110010 | 1000 | 100000 | 100110110 | 100011 | 110011 |
Color Harmonies of #AD569F
Complementary color
Monochromatic Colors of #AD569F
Black with #AD569F
Text Example
Text Example
White with #AD569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD569F; }
p { color: rgb(173,86,159); }
H1.HeaderClassName
{
color: #AD569F;
}
.AnyTagClassName
{
color: #AD569F;
}
</style>
background-color css
<style>
a { background-color: #AD569F; }
a { background-color: rgb(173,86,159); }
div.DivClassName
{
background-color: #AD569F;
}
.BgClassName
{
background-color: #AD569F;
}
</style>
border-color css
<style>
span { border-color: #AD569F; }
span { border-color: rgb(173,86,159); }
td.TdClassName
{
border-color: #AD569F;
}
.TagClassName
{
border-color: #AD569F;
}
</style>