Shades of Violet Blue #AD50AC
Tints of Violet Blue #AD50AC
RGB
CMYK
RGB Variations
Color information
#AD50AC (or 0xAD50AC) is known color: Violet Blue. HEX triplet: AD, 50 and AC. RGB value is (173,80,172). Sum of RGB (Red+Green+Blue) = 173+80+172=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD50AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD50AC is #52AF53. Grayscale: #767676. Windows color (decimal): -5418836 or 11292845. OLE color: 11292845.
HSL color Cylindrical-coordinate representation of color #AD50AC: hue angle of 300.65º 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 #AD50AC is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 172 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.32 |
| HSL | 300.65º | 0.37% | 0.5% | - |
| HSV(B) | 300.65º | 0.54% | 0.68% | - |
| XYZ | 27.55 | 17.6 | 40.97 | - |
| YUV | 118.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 172 | 0 | 0.54 | 0.01 | 0.32 | 300.65 | 0.37 | 0.5 |
| Hex | AD | 50 | AC | 0 | 36 | 1 | 20 | 12D | 25 | 32 |
| Octal | 255 | 120 | 254 | 0 | 66 | 1 | 40 | 455 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10101100 | 0 | 110110 | 1 | 100000 | 100101101 | 100101 | 110010 |
Color Harmonies of #AD50AC
Complementary color
Monochromatic Colors of #AD50AC
Black with #AD50AC
Text Example
Text Example
White with #AD50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50AC; }
p { color: rgb(173,80,172); }
H1.HeaderClassName
{
color: #AD50AC;
}
.AnyTagClassName
{
color: #AD50AC;
}
</style>
background-color css
<style>
a { background-color: #AD50AC; }
a { background-color: rgb(173,80,172); }
div.DivClassName
{
background-color: #AD50AC;
}
.BgClassName
{
background-color: #AD50AC;
}
</style>
border-color css
<style>
span { border-color: #AD50AC; }
span { border-color: rgb(173,80,172); }
td.TdClassName
{
border-color: #AD50AC;
}
.TagClassName
{
border-color: #AD50AC;
}
</style>