Shades of Violet Blue #AD569A
Tints of Violet Blue #AD569A
RGB
CMYK
RGB Variations
Color information
#AD569A (or 0xAD569A) is known color: Violet Blue. HEX triplet: AD, 56 and 9A. RGB value is (173,86,154). Sum of RGB (Red+Green+Blue) = 173+86+154=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD569A is #52A965. Grayscale: #777777. Windows color (decimal): -5417318 or 10114733. OLE color: 10114733.
HSL color Cylindrical-coordinate representation of color #AD569A: hue angle of 313.1º 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 #AD569A is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 154 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.32 |
| HSL | 313.1º | 0.35% | 0.51% | - |
| HSV(B) | 313.1º | 0.5% | 0.68% | - |
| XYZ | 26.39 | 17.87 | 32.63 | - |
| YUV | 119.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 154 | 0 | 0.50 | 0.11 | 0.32 | 313.1 | 0.35 | 0.51 |
| Hex | AD | 56 | 9A | 0 | 32 | B | 20 | 139 | 23 | 33 |
| Octal | 255 | 126 | 232 | 0 | 62 | 13 | 40 | 471 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10011010 | 0 | 110010 | 1011 | 100000 | 100111001 | 100011 | 110011 |
Color Harmonies of #AD569A
Complementary color
Monochromatic Colors of #AD569A
Black with #AD569A
Text Example
Text Example
White with #AD569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD569A; }
p { color: rgb(173,86,154); }
H1.HeaderClassName
{
color: #AD569A;
}
.AnyTagClassName
{
color: #AD569A;
}
</style>
background-color css
<style>
a { background-color: #AD569A; }
a { background-color: rgb(173,86,154); }
div.DivClassName
{
background-color: #AD569A;
}
.BgClassName
{
background-color: #AD569A;
}
</style>
border-color css
<style>
span { border-color: #AD569A; }
span { border-color: rgb(173,86,154); }
td.TdClassName
{
border-color: #AD569A;
}
.TagClassName
{
border-color: #AD569A;
}
</style>