Shades of Violet Blue #AD479D
Tints of Violet Blue #AD479D
RGB
CMYK
RGB Variations
Color information
#AD479D (or 0xAD479D) is known color: Violet Blue. HEX triplet: AD, 47 and 9D. RGB value is (173,71,157). Sum of RGB (Red+Green+Blue) = 173+71+157=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD479D is #52B862. Grayscale: #6F6F6F. Windows color (decimal): -5421155 or 10307501. OLE color: 10307501.
HSL color Cylindrical-coordinate representation of color #AD479D: hue angle of 309.41º 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 #AD479D is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 157 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.32 |
| HSL | 309.41º | 0.42% | 0.48% | - |
| HSV(B) | 309.41º | 0.59% | 0.68% | - |
| XYZ | 25.57 | 15.83 | 33.61 | - |
| YUV | 111.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 157 | 0 | 0.59 | 0.09 | 0.32 | 309.41 | 0.42 | 0.48 |
| Hex | AD | 47 | 9D | 0 | 3B | 9 | 20 | 135 | 2A | 30 |
| Octal | 255 | 107 | 235 | 0 | 73 | 11 | 40 | 465 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10011101 | 0 | 111011 | 1001 | 100000 | 100110101 | 101010 | 110000 |
Color Harmonies of #AD479D
Complementary color
Monochromatic Colors of #AD479D
Black with #AD479D
Text Example
Text Example
White with #AD479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD479D; }
p { color: rgb(173,71,157); }
H1.HeaderClassName
{
color: #AD479D;
}
.AnyTagClassName
{
color: #AD479D;
}
</style>
background-color css
<style>
a { background-color: #AD479D; }
a { background-color: rgb(173,71,157); }
div.DivClassName
{
background-color: #AD479D;
}
.BgClassName
{
background-color: #AD479D;
}
</style>
border-color css
<style>
span { border-color: #AD479D; }
span { border-color: rgb(173,71,157); }
td.TdClassName
{
border-color: #AD479D;
}
.TagClassName
{
border-color: #AD479D;
}
</style>