Shades of Violet Blue #AD679D
Tints of Violet Blue #AD679D
RGB
CMYK
RGB Variations
Color information
#AD679D (or 0xAD679D) is known color: Violet Blue. HEX triplet: AD, 67 and 9D. RGB value is (173,103,157). Sum of RGB (Red+Green+Blue) = 173+103+157=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD679D is #529862. Grayscale: #818181. Windows color (decimal): -5412963 or 10315693. OLE color: 10315693.
HSL color Cylindrical-coordinate representation of color #AD679D: hue angle of 313.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD679D is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 157 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.32 |
| HSL | 313.71º | 0.3% | 0.54% | - |
| HSV(B) | 313.71º | 0.4% | 0.68% | - |
| XYZ | 28.17 | 21.02 | 34.47 | - |
| YUV | 130.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 157 | 0 | 0.40 | 0.09 | 0.32 | 313.71 | 0.3 | 0.54 |
| Hex | AD | 67 | 9D | 0 | 28 | 9 | 20 | 13A | 1E | 36 |
| Octal | 255 | 147 | 235 | 0 | 50 | 11 | 40 | 472 | 36 | 66 |
| Binary | 10101101 | 1100111 | 10011101 | 0 | 101000 | 1001 | 100000 | 100111010 | 11110 | 110110 |
Color Harmonies of #AD679D
Complementary color
Monochromatic Colors of #AD679D
Black with #AD679D
Text Example
Text Example
White with #AD679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD679D; }
p { color: rgb(173,103,157); }
H1.HeaderClassName
{
color: #AD679D;
}
.AnyTagClassName
{
color: #AD679D;
}
</style>
background-color css
<style>
a { background-color: #AD679D; }
a { background-color: rgb(173,103,157); }
div.DivClassName
{
background-color: #AD679D;
}
.BgClassName
{
background-color: #AD679D;
}
</style>
border-color css
<style>
span { border-color: #AD679D; }
span { border-color: rgb(173,103,157); }
td.TdClassName
{
border-color: #AD679D;
}
.TagClassName
{
border-color: #AD679D;
}
</style>