Shades of Violet Blue #AD51A3
Tints of Violet Blue #AD51A3
RGB
CMYK
RGB Variations
Color information
#AD51A3 (or 0xAD51A3) is known color: Violet Blue. HEX triplet: AD, 51 and A3. RGB value is (173,81,163). Sum of RGB (Red+Green+Blue) = 173+81+163=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD51A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD51A3 is #52AE5C. Grayscale: #757575. Windows color (decimal): -5418589 or 10703277. OLE color: 10703277.
HSL color Cylindrical-coordinate representation of color #AD51A3: hue angle of 306.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD51A3 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 163 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.32 |
| HSL | 306.52º | 0.36% | 0.5% | - |
| HSV(B) | 306.52º | 0.53% | 0.68% | - |
| XYZ | 26.79 | 17.41 | 36.6 | - |
| YUV | 117.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 163 | 0 | 0.53 | 0.06 | 0.32 | 306.52 | 0.36 | 0.5 |
| Hex | AD | 51 | A3 | 0 | 35 | 6 | 20 | 133 | 24 | 32 |
| Octal | 255 | 121 | 243 | 0 | 65 | 6 | 40 | 463 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10100011 | 0 | 110101 | 110 | 100000 | 100110011 | 100100 | 110010 |
Color Harmonies of #AD51A3
Complementary color
Monochromatic Colors of #AD51A3
Black with #AD51A3
Text Example
Text Example
White with #AD51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51A3; }
p { color: rgb(173,81,163); }
H1.HeaderClassName
{
color: #AD51A3;
}
.AnyTagClassName
{
color: #AD51A3;
}
</style>
background-color css
<style>
a { background-color: #AD51A3; }
a { background-color: rgb(173,81,163); }
div.DivClassName
{
background-color: #AD51A3;
}
.BgClassName
{
background-color: #AD51A3;
}
</style>
border-color css
<style>
span { border-color: #AD51A3; }
span { border-color: rgb(173,81,163); }
td.TdClassName
{
border-color: #AD51A3;
}
.TagClassName
{
border-color: #AD51A3;
}
</style>