Shades of Violet Blue #AD61A6
Tints of Violet Blue #AD61A6
RGB
CMYK
RGB Variations
Color information
#AD61A6 (or 0xAD61A6) is known color: Violet Blue. HEX triplet: AD, 61 and A6. RGB value is (173,97,166). Sum of RGB (Red+Green+Blue) = 173+97+166=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61A6 is #529E59. Grayscale: #7F7F7F. Windows color (decimal): -5414490 or 10903981. OLE color: 10903981.
HSL color Cylindrical-coordinate representation of color #AD61A6: hue angle of 305.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD61A6 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 166 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.32 |
| HSL | 305.53º | 0.32% | 0.53% | - |
| HSV(B) | 305.53º | 0.44% | 0.68% | - |
| XYZ | 28.39 | 20.19 | 38.48 | - |
| YUV | 127.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 166 | 0 | 0.44 | 0.04 | 0.32 | 305.53 | 0.32 | 0.53 |
| Hex | AD | 61 | A6 | 0 | 2C | 4 | 20 | 132 | 20 | 35 |
| Octal | 255 | 141 | 246 | 0 | 54 | 4 | 40 | 462 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10100110 | 0 | 101100 | 100 | 100000 | 100110010 | 100000 | 110101 |
Color Harmonies of #AD61A6
Complementary color
Monochromatic Colors of #AD61A6
Black with #AD61A6
Text Example
Text Example
White with #AD61A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61A6; }
p { color: rgb(173,97,166); }
H1.HeaderClassName
{
color: #AD61A6;
}
.AnyTagClassName
{
color: #AD61A6;
}
</style>
background-color css
<style>
a { background-color: #AD61A6; }
a { background-color: rgb(173,97,166); }
div.DivClassName
{
background-color: #AD61A6;
}
.BgClassName
{
background-color: #AD61A6;
}
</style>
border-color css
<style>
span { border-color: #AD61A6; }
span { border-color: rgb(173,97,166); }
td.TdClassName
{
border-color: #AD61A6;
}
.TagClassName
{
border-color: #AD61A6;
}
</style>