Shades of Violet Blue #AD74A7
Tints of Violet Blue #AD74A7
RGB
CMYK
RGB Variations
Color information
#AD74A7 (or 0xAD74A7) is known color: Violet Blue. HEX triplet: AD, 74 and A7. RGB value is (173,116,167). Sum of RGB (Red+Green+Blue) = 173+116+167=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD74A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD74A7 is #528B58. Grayscale: #8A8A8A. Windows color (decimal): -5409625 or 10974381. OLE color: 10974381.
HSL color Cylindrical-coordinate representation of color #AD74A7: hue angle of 306.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD74A7 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 167 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.32 |
| HSL | 306.32º | 0.26% | 0.57% | - |
| HSV(B) | 306.32º | 0.33% | 0.68% | - |
| XYZ | 30.45 | 24.17 | 39.62 | - |
| YUV | 138.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 167 | 0 | 0.33 | 0.03 | 0.32 | 306.32 | 0.26 | 0.57 |
| Hex | AD | 74 | A7 | 0 | 21 | 3 | 20 | 132 | 1A | 39 |
| Octal | 255 | 164 | 247 | 0 | 41 | 3 | 40 | 462 | 32 | 71 |
| Binary | 10101101 | 1110100 | 10100111 | 0 | 100001 | 11 | 100000 | 100110010 | 11010 | 111001 |
Color Harmonies of #AD74A7
Complementary color
Monochromatic Colors of #AD74A7
Black with #AD74A7
Text Example
Text Example
White with #AD74A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74A7; }
p { color: rgb(173,116,167); }
H1.HeaderClassName
{
color: #AD74A7;
}
.AnyTagClassName
{
color: #AD74A7;
}
</style>
background-color css
<style>
a { background-color: #AD74A7; }
a { background-color: rgb(173,116,167); }
div.DivClassName
{
background-color: #AD74A7;
}
.BgClassName
{
background-color: #AD74A7;
}
</style>
border-color css
<style>
span { border-color: #AD74A7; }
span { border-color: rgb(173,116,167); }
td.TdClassName
{
border-color: #AD74A7;
}
.TagClassName
{
border-color: #AD74A7;
}
</style>