Shades of Violet Blue #AD61A1
Tints of Violet Blue #AD61A1
RGB
CMYK
RGB Variations
Color information
#AD61A1 (or 0xAD61A1) is known color: Violet Blue. HEX triplet: AD, 61 and A1. RGB value is (173,97,161). Sum of RGB (Red+Green+Blue) = 173+97+161=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61A1 is #529E5E. Grayscale: #7E7E7E. Windows color (decimal): -5414495 or 10576301. OLE color: 10576301.
HSL color Cylindrical-coordinate representation of color #AD61A1: hue angle of 309.47º 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 #AD61A1 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 161 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.32 |
| HSL | 309.47º | 0.32% | 0.53% | - |
| HSV(B) | 309.47º | 0.44% | 0.68% | - |
| XYZ | 27.94 | 20.01 | 36.11 | - |
| YUV | 127.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 161 | 0 | 0.44 | 0.07 | 0.32 | 309.47 | 0.32 | 0.53 |
| Hex | AD | 61 | A1 | 0 | 2C | 7 | 20 | 135 | 20 | 35 |
| Octal | 255 | 141 | 241 | 0 | 54 | 7 | 40 | 465 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10100001 | 0 | 101100 | 111 | 100000 | 100110101 | 100000 | 110101 |
Color Harmonies of #AD61A1
Complementary color
Monochromatic Colors of #AD61A1
Black with #AD61A1
Text Example
Text Example
White with #AD61A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61A1; }
p { color: rgb(173,97,161); }
H1.HeaderClassName
{
color: #AD61A1;
}
.AnyTagClassName
{
color: #AD61A1;
}
</style>
background-color css
<style>
a { background-color: #AD61A1; }
a { background-color: rgb(173,97,161); }
div.DivClassName
{
background-color: #AD61A1;
}
.BgClassName
{
background-color: #AD61A1;
}
</style>
border-color css
<style>
span { border-color: #AD61A1; }
span { border-color: rgb(173,97,161); }
td.TdClassName
{
border-color: #AD61A1;
}
.TagClassName
{
border-color: #AD61A1;
}
</style>