Shades of Violet Blue #AD50A0
Tints of Violet Blue #AD50A0
RGB
CMYK
RGB Variations
Color information
#AD50A0 (or 0xAD50A0) is known color: Violet Blue. HEX triplet: AD, 50 and A0. RGB value is (173,80,160). Sum of RGB (Red+Green+Blue) = 173+80+160=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD50A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50A0 is #52AF5F. Grayscale: #747474. Windows color (decimal): -5418848 or 10506413. OLE color: 10506413.
HSL color Cylindrical-coordinate representation of color #AD50A0: hue angle of 308.39º 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 #AD50A0 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 160 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.32 |
| HSL | 308.39º | 0.37% | 0.5% | - |
| HSV(B) | 308.39º | 0.54% | 0.68% | - |
| XYZ | 26.45 | 17.16 | 35.18 | - |
| YUV | 116.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 160 | 0 | 0.54 | 0.08 | 0.32 | 308.39 | 0.37 | 0.5 |
| Hex | AD | 50 | A0 | 0 | 36 | 8 | 20 | 134 | 25 | 32 |
| Octal | 255 | 120 | 240 | 0 | 66 | 10 | 40 | 464 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10100000 | 0 | 110110 | 1000 | 100000 | 100110100 | 100101 | 110010 |
Color Harmonies of #AD50A0
Complementary color
Monochromatic Colors of #AD50A0
Black with #AD50A0
Text Example
Text Example
White with #AD50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50A0; }
p { color: rgb(173,80,160); }
H1.HeaderClassName
{
color: #AD50A0;
}
.AnyTagClassName
{
color: #AD50A0;
}
</style>
background-color css
<style>
a { background-color: #AD50A0; }
a { background-color: rgb(173,80,160); }
div.DivClassName
{
background-color: #AD50A0;
}
.BgClassName
{
background-color: #AD50A0;
}
</style>
border-color css
<style>
span { border-color: #AD50A0; }
span { border-color: rgb(173,80,160); }
td.TdClassName
{
border-color: #AD50A0;
}
.TagClassName
{
border-color: #AD50A0;
}
</style>