Shades of Violet Blue #AD569B
Tints of Violet Blue #AD569B
RGB
CMYK
RGB Variations
Color information
#AD569B (or 0xAD569B) is known color: Violet Blue. HEX triplet: AD, 56 and 9B. RGB value is (173,86,155). Sum of RGB (Red+Green+Blue) = 173+86+155=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD569B is #52A964. Grayscale: #777777. Windows color (decimal): -5417317 or 10180269. OLE color: 10180269.
HSL color Cylindrical-coordinate representation of color #AD569B: hue angle of 312.41º 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 #AD569B is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 155 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.32 |
| HSL | 312.41º | 0.35% | 0.51% | - |
| HSV(B) | 312.41º | 0.5% | 0.68% | - |
| XYZ | 26.48 | 17.91 | 33.07 | - |
| YUV | 119.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 155 | 0 | 0.50 | 0.10 | 0.32 | 312.41 | 0.35 | 0.51 |
| Hex | AD | 56 | 9B | 0 | 32 | A | 20 | 138 | 23 | 33 |
| Octal | 255 | 126 | 233 | 0 | 62 | 12 | 40 | 470 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10011011 | 0 | 110010 | 1010 | 100000 | 100111000 | 100011 | 110011 |
Color Harmonies of #AD569B
Complementary color
Monochromatic Colors of #AD569B
Black with #AD569B
Text Example
Text Example
White with #AD569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD569B; }
p { color: rgb(173,86,155); }
H1.HeaderClassName
{
color: #AD569B;
}
.AnyTagClassName
{
color: #AD569B;
}
</style>
background-color css
<style>
a { background-color: #AD569B; }
a { background-color: rgb(173,86,155); }
div.DivClassName
{
background-color: #AD569B;
}
.BgClassName
{
background-color: #AD569B;
}
</style>
border-color css
<style>
span { border-color: #AD569B; }
span { border-color: rgb(173,86,155); }
td.TdClassName
{
border-color: #AD569B;
}
.TagClassName
{
border-color: #AD569B;
}
</style>