Shades of Violet Blue #AD4AAB
Tints of Violet Blue #AD4AAB
RGB
CMYK
RGB Variations
Color information
#AD4AAB (or 0xAD4AAB) is known color: Violet Blue. HEX triplet: AD, 4A and AB. RGB value is (173,74,171). Sum of RGB (Red+Green+Blue) = 173+74+171=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AAB is #52B554. Grayscale: #727272. Windows color (decimal): -5420373 or 11225773. OLE color: 11225773.
HSL color Cylindrical-coordinate representation of color #AD4AAB: hue angle of 301.21º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4AAB is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 171 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.32 |
| HSL | 301.21º | 0.4% | 0.48% | - |
| HSV(B) | 301.21º | 0.57% | 0.68% | - |
| XYZ | 27.03 | 16.72 | 40.33 | - |
| YUV | 114.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 171 | 0 | 0.57 | 0.01 | 0.32 | 301.21 | 0.4 | 0.48 |
| Hex | AD | 4A | AB | 0 | 39 | 1 | 20 | 12D | 28 | 30 |
| Octal | 255 | 112 | 253 | 0 | 71 | 1 | 40 | 455 | 50 | 60 |
| Binary | 10101101 | 1001010 | 10101011 | 0 | 111001 | 1 | 100000 | 100101101 | 101000 | 110000 |
Color Harmonies of #AD4AAB
Complementary color
Monochromatic Colors of #AD4AAB
Black with #AD4AAB
Text Example
Text Example
White with #AD4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4AAB; }
p { color: rgb(173,74,171); }
H1.HeaderClassName
{
color: #AD4AAB;
}
.AnyTagClassName
{
color: #AD4AAB;
}
</style>
background-color css
<style>
a { background-color: #AD4AAB; }
a { background-color: rgb(173,74,171); }
div.DivClassName
{
background-color: #AD4AAB;
}
.BgClassName
{
background-color: #AD4AAB;
}
</style>
border-color css
<style>
span { border-color: #AD4AAB; }
span { border-color: rgb(173,74,171); }
td.TdClassName
{
border-color: #AD4AAB;
}
.TagClassName
{
border-color: #AD4AAB;
}
</style>