Shades of Violet Blue #AD479E
Tints of Violet Blue #AD479E
RGB
CMYK
RGB Variations
Color information
#AD479E (or 0xAD479E) is known color: Violet Blue. HEX triplet: AD, 47 and 9E. RGB value is (173,71,158). Sum of RGB (Red+Green+Blue) = 173+71+158=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD479E is #52B861. Grayscale: #6F6F6F. Windows color (decimal): -5421154 or 10373037. OLE color: 10373037.
HSL color Cylindrical-coordinate representation of color #AD479E: hue angle of 308.82º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD479E is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 158 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.32 |
| HSL | 308.82º | 0.42% | 0.48% | - |
| HSV(B) | 308.82º | 0.59% | 0.68% | - |
| XYZ | 25.66 | 15.86 | 34.06 | - |
| YUV | 111.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 158 | 0 | 0.59 | 0.09 | 0.32 | 308.82 | 0.42 | 0.48 |
| Hex | AD | 47 | 9E | 0 | 3B | 9 | 20 | 135 | 2A | 30 |
| Octal | 255 | 107 | 236 | 0 | 73 | 11 | 40 | 465 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10011110 | 0 | 111011 | 1001 | 100000 | 100110101 | 101010 | 110000 |
Color Harmonies of #AD479E
Complementary color
Monochromatic Colors of #AD479E
Black with #AD479E
Text Example
Text Example
White with #AD479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD479E; }
p { color: rgb(173,71,158); }
H1.HeaderClassName
{
color: #AD479E;
}
.AnyTagClassName
{
color: #AD479E;
}
</style>
background-color css
<style>
a { background-color: #AD479E; }
a { background-color: rgb(173,71,158); }
div.DivClassName
{
background-color: #AD479E;
}
.BgClassName
{
background-color: #AD479E;
}
</style>
border-color css
<style>
span { border-color: #AD479E; }
span { border-color: rgb(173,71,158); }
td.TdClassName
{
border-color: #AD479E;
}
.TagClassName
{
border-color: #AD479E;
}
</style>