Shades of Violet Blue #AD49A7
Tints of Violet Blue #AD49A7
RGB
CMYK
RGB Variations
Color information
#AD49A7 (or 0xAD49A7) is known color: Violet Blue. HEX triplet: AD, 49 and A7. RGB value is (173,73,167). Sum of RGB (Red+Green+Blue) = 173+73+167=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD49A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD49A7 is #52B658. Grayscale: #717171. Windows color (decimal): -5420633 or 10963373. OLE color: 10963373.
HSL color Cylindrical-coordinate representation of color #AD49A7: hue angle of 303.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD49A7 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 167 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.32 |
| HSL | 303.6º | 0.41% | 0.48% | - |
| HSV(B) | 303.6º | 0.58% | 0.68% | - |
| XYZ | 26.59 | 16.44 | 38.33 | - |
| YUV | 113.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 167 | 0 | 0.58 | 0.03 | 0.32 | 303.6 | 0.41 | 0.48 |
| Hex | AD | 49 | A7 | 0 | 3A | 3 | 20 | 130 | 29 | 30 |
| Octal | 255 | 111 | 247 | 0 | 72 | 3 | 40 | 460 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10100111 | 0 | 111010 | 11 | 100000 | 100110000 | 101001 | 110000 |
Color Harmonies of #AD49A7
Complementary color
Monochromatic Colors of #AD49A7
Black with #AD49A7
Text Example
Text Example
White with #AD49A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49A7; }
p { color: rgb(173,73,167); }
H1.HeaderClassName
{
color: #AD49A7;
}
.AnyTagClassName
{
color: #AD49A7;
}
</style>
background-color css
<style>
a { background-color: #AD49A7; }
a { background-color: rgb(173,73,167); }
div.DivClassName
{
background-color: #AD49A7;
}
.BgClassName
{
background-color: #AD49A7;
}
</style>
border-color css
<style>
span { border-color: #AD49A7; }
span { border-color: rgb(173,73,167); }
td.TdClassName
{
border-color: #AD49A7;
}
.TagClassName
{
border-color: #AD49A7;
}
</style>