Shades of Violet Blue #AD479A
Tints of Violet Blue #AD479A
RGB
CMYK
RGB Variations
Color information
#AD479A (or 0xAD479A) is known color: Violet Blue. HEX triplet: AD, 47 and 9A. RGB value is (173,71,154). Sum of RGB (Red+Green+Blue) = 173+71+154=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD479A is #52B865. Grayscale: #6E6E6E. Windows color (decimal): -5421158 or 10110893. OLE color: 10110893.
HSL color Cylindrical-coordinate representation of color #AD479A: hue angle of 311.18º 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 #AD479A is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 154 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.32 |
| HSL | 311.18º | 0.42% | 0.48% | - |
| HSV(B) | 311.18º | 0.59% | 0.68% | - |
| XYZ | 25.32 | 15.72 | 32.27 | - |
| YUV | 110.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 154 | 0 | 0.59 | 0.11 | 0.32 | 311.18 | 0.42 | 0.48 |
| Hex | AD | 47 | 9A | 0 | 3B | B | 20 | 137 | 2A | 30 |
| Octal | 255 | 107 | 232 | 0 | 73 | 13 | 40 | 467 | 52 | 60 |
| Binary | 10101101 | 1000111 | 10011010 | 0 | 111011 | 1011 | 100000 | 100110111 | 101010 | 110000 |
Color Harmonies of #AD479A
Complementary color
Monochromatic Colors of #AD479A
Black with #AD479A
Text Example
Text Example
White with #AD479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD479A; }
p { color: rgb(173,71,154); }
H1.HeaderClassName
{
color: #AD479A;
}
.AnyTagClassName
{
color: #AD479A;
}
</style>
background-color css
<style>
a { background-color: #AD479A; }
a { background-color: rgb(173,71,154); }
div.DivClassName
{
background-color: #AD479A;
}
.BgClassName
{
background-color: #AD479A;
}
</style>
border-color css
<style>
span { border-color: #AD479A; }
span { border-color: rgb(173,71,154); }
td.TdClassName
{
border-color: #AD479A;
}
.TagClassName
{
border-color: #AD479A;
}
</style>