Shades of Violet Blue #AD4C99
Tints of Violet Blue #AD4C99
RGB
CMYK
RGB Variations
Color information
#AD4C99 (or 0xAD4C99) is known color: Violet Blue. HEX triplet: AD, 4C and 99. RGB value is (173,76,153). Sum of RGB (Red+Green+Blue) = 173+76+153=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C99 is #52B366. Grayscale: #717171. Windows color (decimal): -5419879 or 10046637. OLE color: 10046637.
HSL color Cylindrical-coordinate representation of color #AD4C99: hue angle of 312.37º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4C99 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 153 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.32 |
| HSL | 312.37º | 0.39% | 0.49% | - |
| HSV(B) | 312.37º | 0.56% | 0.68% | - |
| XYZ | 25.57 | 16.35 | 31.95 | - |
| YUV | 113.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 153 | 0 | 0.56 | 0.12 | 0.32 | 312.37 | 0.39 | 0.49 |
| Hex | AD | 4C | 99 | 0 | 38 | C | 20 | 138 | 27 | 31 |
| Octal | 255 | 114 | 231 | 0 | 70 | 14 | 40 | 470 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10011001 | 0 | 111000 | 1100 | 100000 | 100111000 | 100111 | 110001 |
Color Harmonies of #AD4C99
Complementary color
Monochromatic Colors of #AD4C99
Black with #AD4C99
Text Example
Text Example
White with #AD4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C99; }
p { color: rgb(173,76,153); }
H1.HeaderClassName
{
color: #AD4C99;
}
.AnyTagClassName
{
color: #AD4C99;
}
</style>
background-color css
<style>
a { background-color: #AD4C99; }
a { background-color: rgb(173,76,153); }
div.DivClassName
{
background-color: #AD4C99;
}
.BgClassName
{
background-color: #AD4C99;
}
</style>
border-color css
<style>
span { border-color: #AD4C99; }
span { border-color: rgb(173,76,153); }
td.TdClassName
{
border-color: #AD4C99;
}
.TagClassName
{
border-color: #AD4C99;
}
</style>