Shades of Violet Blue #AD50A8
Tints of Violet Blue #AD50A8
RGB
CMYK
RGB Variations
Color information
#AD50A8 (or 0xAD50A8) is known color: Violet Blue. HEX triplet: AD, 50 and A8. RGB value is (173,80,168). Sum of RGB (Red+Green+Blue) = 173+80+168=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD50A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50A8 is #52AF57. Grayscale: #757575. Windows color (decimal): -5418840 or 11030701. OLE color: 11030701.
HSL color Cylindrical-coordinate representation of color #AD50A8: hue angle of 303.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD50A8 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 168 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.32 |
| HSL | 303.23º | 0.37% | 0.5% | - |
| HSV(B) | 303.23º | 0.54% | 0.68% | - |
| XYZ | 27.17 | 17.45 | 38.98 | - |
| YUV | 117.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 168 | 0 | 0.54 | 0.03 | 0.32 | 303.23 | 0.37 | 0.5 |
| Hex | AD | 50 | A8 | 0 | 36 | 3 | 20 | 12F | 25 | 32 |
| Octal | 255 | 120 | 250 | 0 | 66 | 3 | 40 | 457 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10101000 | 0 | 110110 | 11 | 100000 | 100101111 | 100101 | 110010 |
Color Harmonies of #AD50A8
Complementary color
Monochromatic Colors of #AD50A8
Black with #AD50A8
Text Example
Text Example
White with #AD50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50A8; }
p { color: rgb(173,80,168); }
H1.HeaderClassName
{
color: #AD50A8;
}
.AnyTagClassName
{
color: #AD50A8;
}
</style>
background-color css
<style>
a { background-color: #AD50A8; }
a { background-color: rgb(173,80,168); }
div.DivClassName
{
background-color: #AD50A8;
}
.BgClassName
{
background-color: #AD50A8;
}
</style>
border-color css
<style>
span { border-color: #AD50A8; }
span { border-color: rgb(173,80,168); }
td.TdClassName
{
border-color: #AD50A8;
}
.TagClassName
{
border-color: #AD50A8;
}
</style>