Shades of Violet Blue #AD4BAB
Tints of Violet Blue #AD4BAB
RGB
CMYK
RGB Variations
Color information
#AD4BAB (or 0xAD4BAB) is known color: Violet Blue. HEX triplet: AD, 4B and AB. RGB value is (173,75,171). Sum of RGB (Red+Green+Blue) = 173+75+171=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4BAB is #52B454. Grayscale: #727272. Windows color (decimal): -5420117 or 11226029. OLE color: 11226029.
HSL color Cylindrical-coordinate representation of color #AD4BAB: hue angle of 301.22º 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 #AD4BAB is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 171 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.32 |
| HSL | 301.22º | 0.4% | 0.49% | - |
| HSV(B) | 301.22º | 0.57% | 0.68% | - |
| XYZ | 27.1 | 16.86 | 40.35 | - |
| YUV | 115.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 171 | 0 | 0.57 | 0.01 | 0.32 | 301.22 | 0.4 | 0.49 |
| Hex | AD | 4B | AB | 0 | 39 | 1 | 20 | 12D | 28 | 31 |
| Octal | 255 | 113 | 253 | 0 | 71 | 1 | 40 | 455 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10101011 | 0 | 111001 | 1 | 100000 | 100101101 | 101000 | 110001 |
Color Harmonies of #AD4BAB
Complementary color
Monochromatic Colors of #AD4BAB
Black with #AD4BAB
Text Example
Text Example
White with #AD4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BAB; }
p { color: rgb(173,75,171); }
H1.HeaderClassName
{
color: #AD4BAB;
}
.AnyTagClassName
{
color: #AD4BAB;
}
</style>
background-color css
<style>
a { background-color: #AD4BAB; }
a { background-color: rgb(173,75,171); }
div.DivClassName
{
background-color: #AD4BAB;
}
.BgClassName
{
background-color: #AD4BAB;
}
</style>
border-color css
<style>
span { border-color: #AD4BAB; }
span { border-color: rgb(173,75,171); }
td.TdClassName
{
border-color: #AD4BAB;
}
.TagClassName
{
border-color: #AD4BAB;
}
</style>