Shades of Violet Blue #AD61A8
Tints of Violet Blue #AD61A8
RGB
CMYK
RGB Variations
Color information
#AD61A8 (or 0xAD61A8) is known color: Violet Blue. HEX triplet: AD, 61 and A8. RGB value is (173,97,168). Sum of RGB (Red+Green+Blue) = 173+97+168=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61A8 is #529E57. Grayscale: #7F7F7F. Windows color (decimal): -5414488 or 11035053. OLE color: 11035053.
HSL color Cylindrical-coordinate representation of color #AD61A8: hue angle of 303.95º 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 #AD61A8 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 168 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.32 |
| HSL | 303.95º | 0.32% | 0.53% | - |
| HSV(B) | 303.95º | 0.44% | 0.68% | - |
| XYZ | 28.58 | 20.26 | 39.45 | - |
| YUV | 127.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 168 | 0 | 0.44 | 0.03 | 0.32 | 303.95 | 0.32 | 0.53 |
| Hex | AD | 61 | A8 | 0 | 2C | 3 | 20 | 130 | 20 | 35 |
| Octal | 255 | 141 | 250 | 0 | 54 | 3 | 40 | 460 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10101000 | 0 | 101100 | 11 | 100000 | 100110000 | 100000 | 110101 |
Color Harmonies of #AD61A8
Complementary color
Monochromatic Colors of #AD61A8
Black with #AD61A8
Text Example
Text Example
White with #AD61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61A8; }
p { color: rgb(173,97,168); }
H1.HeaderClassName
{
color: #AD61A8;
}
.AnyTagClassName
{
color: #AD61A8;
}
</style>
background-color css
<style>
a { background-color: #AD61A8; }
a { background-color: rgb(173,97,168); }
div.DivClassName
{
background-color: #AD61A8;
}
.BgClassName
{
background-color: #AD61A8;
}
</style>
border-color css
<style>
span { border-color: #AD61A8; }
span { border-color: rgb(173,97,168); }
td.TdClassName
{
border-color: #AD61A8;
}
.TagClassName
{
border-color: #AD61A8;
}
</style>