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