Shades of Violet Blue #AD61A2
Tints of Violet Blue #AD61A2
RGB
CMYK
RGB Variations
Color information
#AD61A2 (or 0xAD61A2) is known color: Violet Blue. HEX triplet: AD, 61 and A2. RGB value is (173,97,162). Sum of RGB (Red+Green+Blue) = 173+97+162=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61A2 is #529E5D. Grayscale: #7E7E7E. Windows color (decimal): -5414494 or 10641837. OLE color: 10641837.
HSL color Cylindrical-coordinate representation of color #AD61A2: hue angle of 308.68º 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 #AD61A2 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 97 | 162 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.32 |
| HSL | 308.68º | 0.32% | 0.53% | - |
| HSV(B) | 308.68º | 0.44% | 0.68% | - |
| XYZ | 28.03 | 20.04 | 36.57 | - |
| YUV | 127.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 162 | 0 | 0.44 | 0.06 | 0.32 | 308.68 | 0.32 | 0.53 |
| Hex | AD | 61 | A2 | 0 | 2C | 6 | 20 | 135 | 20 | 35 |
| Octal | 255 | 141 | 242 | 0 | 54 | 6 | 40 | 465 | 40 | 65 |
| Binary | 10101101 | 1100001 | 10100010 | 0 | 101100 | 110 | 100000 | 100110101 | 100000 | 110101 |
Color Harmonies of #AD61A2
Complementary color
Monochromatic Colors of #AD61A2
Black with #AD61A2
Text Example
Text Example
White with #AD61A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61A2; }
p { color: rgb(173,97,162); }
H1.HeaderClassName
{
color: #AD61A2;
}
.AnyTagClassName
{
color: #AD61A2;
}
</style>
background-color css
<style>
a { background-color: #AD61A2; }
a { background-color: rgb(173,97,162); }
div.DivClassName
{
background-color: #AD61A2;
}
.BgClassName
{
background-color: #AD61A2;
}
</style>
border-color css
<style>
span { border-color: #AD61A2; }
span { border-color: rgb(173,97,162); }
td.TdClassName
{
border-color: #AD61A2;
}
.TagClassName
{
border-color: #AD61A2;
}
</style>