Shades of Violet Blue #AD4B9B
Tints of Violet Blue #AD4B9B
RGB
CMYK
RGB Variations
Color information
#AD4B9B (or 0xAD4B9B) is known color: Violet Blue. HEX triplet: AD, 4B and 9B. RGB value is (173,75,155). Sum of RGB (Red+Green+Blue) = 173+75+155=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B9B is #52B464. Grayscale: #717171. Windows color (decimal): -5420133 or 10177453. OLE color: 10177453.
HSL color Cylindrical-coordinate representation of color #AD4B9B: hue angle of 311.02º 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 #AD4B9B is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 155 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.32 |
| HSL | 311.02º | 0.4% | 0.49% | - |
| HSV(B) | 311.02º | 0.57% | 0.68% | - |
| XYZ | 25.67 | 16.28 | 32.8 | - |
| YUV | 113.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 155 | 0 | 0.57 | 0.10 | 0.32 | 311.02 | 0.4 | 0.49 |
| Hex | AD | 4B | 9B | 0 | 39 | A | 20 | 137 | 28 | 31 |
| Octal | 255 | 113 | 233 | 0 | 71 | 12 | 40 | 467 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10011011 | 0 | 111001 | 1010 | 100000 | 100110111 | 101000 | 110001 |
Color Harmonies of #AD4B9B
Complementary color
Monochromatic Colors of #AD4B9B
Black with #AD4B9B
Text Example
Text Example
White with #AD4B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B9B; }
p { color: rgb(173,75,155); }
H1.HeaderClassName
{
color: #AD4B9B;
}
.AnyTagClassName
{
color: #AD4B9B;
}
</style>
background-color css
<style>
a { background-color: #AD4B9B; }
a { background-color: rgb(173,75,155); }
div.DivClassName
{
background-color: #AD4B9B;
}
.BgClassName
{
background-color: #AD4B9B;
}
</style>
border-color css
<style>
span { border-color: #AD4B9B; }
span { border-color: rgb(173,75,155); }
td.TdClassName
{
border-color: #AD4B9B;
}
.TagClassName
{
border-color: #AD4B9B;
}
</style>