Shades of Violet Blue #AD44AB
Tints of Violet Blue #AD44AB
RGB
CMYK
RGB Variations
Color information
#AD44AB (or 0xAD44AB) is known color: Violet Blue. HEX triplet: AD, 44 and AB. RGB value is (173,68,171). Sum of RGB (Red+Green+Blue) = 173+68+171=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD44AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD44AB is #52BB54. Grayscale: #6E6E6E. Windows color (decimal): -5421909 or 11224237. OLE color: 11224237.
HSL color Cylindrical-coordinate representation of color #AD44AB: hue angle of 301.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD44AB is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 171 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.32 |
| HSL | 301.14º | 0.44% | 0.47% | - |
| HSV(B) | 301.14º | 0.61% | 0.68% | - |
| XYZ | 26.65 | 15.96 | 40.2 | - |
| YUV | 111.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 171 | 0 | 0.61 | 0.01 | 0.32 | 301.14 | 0.44 | 0.47 |
| Hex | AD | 44 | AB | 0 | 3D | 1 | 20 | 12D | 2C | 2F |
| Octal | 255 | 104 | 253 | 0 | 75 | 1 | 40 | 455 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10101011 | 0 | 111101 | 1 | 100000 | 100101101 | 101100 | 101111 |
Color Harmonies of #AD44AB
Complementary color
Monochromatic Colors of #AD44AB
Black with #AD44AB
Text Example
Text Example
White with #AD44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44AB; }
p { color: rgb(173,68,171); }
H1.HeaderClassName
{
color: #AD44AB;
}
.AnyTagClassName
{
color: #AD44AB;
}
</style>
background-color css
<style>
a { background-color: #AD44AB; }
a { background-color: rgb(173,68,171); }
div.DivClassName
{
background-color: #AD44AB;
}
.BgClassName
{
background-color: #AD44AB;
}
</style>
border-color css
<style>
span { border-color: #AD44AB; }
span { border-color: rgb(173,68,171); }
td.TdClassName
{
border-color: #AD44AB;
}
.TagClassName
{
border-color: #AD44AB;
}
</style>