Shades of Violet Blue #AD61AA
Tints of Violet Blue #AD61AA
RGB
CMYK
RGB Variations
Color information
#AD61AA (or 0xAD61AA) is known color: Violet Blue. HEX triplet: AD, 61 and AA. RGB value is (173,97,170). Sum of RGB (Red+Green+Blue) = 173+97+170=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61AA is #529E55. Grayscale: #7F7F7F. Windows color (decimal): -5414486 or 11166125. OLE color: 11166125.
HSL color Cylindrical-coordinate representation of color #AD61AA: hue angle of 302.37º 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 #AD61AA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 170 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.32 |
| HSL | 302.37º | 0.32% | 0.53% | - |
| HSV(B) | 302.37º | 0.44% | 0.68% | - |
| XYZ | 28.76 | 20.34 | 40.44 | - |
| YUV | 128.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 170 | 0 | 0.44 | 0.02 | 0.32 | 302.37 | 0.32 | 0.53 |
| Hex | AD | 61 | AA | 0 | 2C | 2 | 20 | 12E | 20 | 35 |
| Octal | 255 | 141 | 252 | 0 | 54 | 2 | 40 | 456 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10101010 | 0 | 101100 | 10 | 100000 | 100101110 | 100000 | 110101 |
Color Harmonies of #AD61AA
Complementary color
Monochromatic Colors of #AD61AA
Black with #AD61AA
Text Example
Text Example
White with #AD61AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61AA; }
p { color: rgb(173,97,170); }
H1.HeaderClassName
{
color: #AD61AA;
}
.AnyTagClassName
{
color: #AD61AA;
}
</style>
background-color css
<style>
a { background-color: #AD61AA; }
a { background-color: rgb(173,97,170); }
div.DivClassName
{
background-color: #AD61AA;
}
.BgClassName
{
background-color: #AD61AA;
}
</style>
border-color css
<style>
span { border-color: #AD61AA; }
span { border-color: rgb(173,97,170); }
td.TdClassName
{
border-color: #AD61AA;
}
.TagClassName
{
border-color: #AD61AA;
}
</style>