Shades of Violet Blue #AD4B9E
Tints of Violet Blue #AD4B9E
RGB
CMYK
RGB Variations
Color information
#AD4B9E (or 0xAD4B9E) is known color: Violet Blue. HEX triplet: AD, 4B and 9E. RGB value is (173,75,158). Sum of RGB (Red+Green+Blue) = 173+75+158=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B9E is #52B461. Grayscale: #717171. Windows color (decimal): -5420130 or 10374061. OLE color: 10374061.
HSL color Cylindrical-coordinate representation of color #AD4B9E: hue angle of 309.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B9E is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 158 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.32 |
| HSL | 309.18º | 0.4% | 0.49% | - |
| HSV(B) | 309.18º | 0.57% | 0.68% | - |
| XYZ | 25.92 | 16.39 | 34.14 | - |
| YUV | 113.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 158 | 0 | 0.57 | 0.09 | 0.32 | 309.18 | 0.4 | 0.49 |
| Hex | AD | 4B | 9E | 0 | 39 | 9 | 20 | 135 | 28 | 31 |
| Octal | 255 | 113 | 236 | 0 | 71 | 11 | 40 | 465 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10011110 | 0 | 111001 | 1001 | 100000 | 100110101 | 101000 | 110001 |
Color Harmonies of #AD4B9E
Complementary color
Monochromatic Colors of #AD4B9E
Black with #AD4B9E
Text Example
Text Example
White with #AD4B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B9E; }
p { color: rgb(173,75,158); }
H1.HeaderClassName
{
color: #AD4B9E;
}
.AnyTagClassName
{
color: #AD4B9E;
}
</style>
background-color css
<style>
a { background-color: #AD4B9E; }
a { background-color: rgb(173,75,158); }
div.DivClassName
{
background-color: #AD4B9E;
}
.BgClassName
{
background-color: #AD4B9E;
}
</style>
border-color css
<style>
span { border-color: #AD4B9E; }
span { border-color: rgb(173,75,158); }
td.TdClassName
{
border-color: #AD4B9E;
}
.TagClassName
{
border-color: #AD4B9E;
}
</style>