Shades of Violet Blue #AD48AC
Tints of Violet Blue #AD48AC
RGB
CMYK
RGB Variations
Color information
#AD48AC (or 0xAD48AC) is known color: Violet Blue. HEX triplet: AD, 48 and AC. RGB value is (173,72,172). Sum of RGB (Red+Green+Blue) = 173+72+172=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD48AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD48AC is #52B753. Grayscale: #717171. Windows color (decimal): -5420884 or 11290797. OLE color: 11290797.
HSL color Cylindrical-coordinate representation of color #AD48AC: hue angle of 300.59º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD48AC is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 172 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.32 |
| HSL | 300.59º | 0.41% | 0.48% | - |
| HSV(B) | 300.59º | 0.58% | 0.68% | - |
| XYZ | 27 | 16.5 | 40.79 | - |
| YUV | 113.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 172 | 0 | 0.58 | 0.01 | 0.32 | 300.59 | 0.41 | 0.48 |
| Hex | AD | 48 | AC | 0 | 3A | 1 | 20 | 12D | 29 | 30 |
| Octal | 255 | 110 | 254 | 0 | 72 | 1 | 40 | 455 | 51 | 60 |
| Binary | 10101101 | 1001000 | 10101100 | 0 | 111010 | 1 | 100000 | 100101101 | 101001 | 110000 |
Color Harmonies of #AD48AC
Complementary color
Monochromatic Colors of #AD48AC
Black with #AD48AC
Text Example
Text Example
White with #AD48AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD48AC; }
p { color: rgb(173,72,172); }
H1.HeaderClassName
{
color: #AD48AC;
}
.AnyTagClassName
{
color: #AD48AC;
}
</style>
background-color css
<style>
a { background-color: #AD48AC; }
a { background-color: rgb(173,72,172); }
div.DivClassName
{
background-color: #AD48AC;
}
.BgClassName
{
background-color: #AD48AC;
}
</style>
border-color css
<style>
span { border-color: #AD48AC; }
span { border-color: rgb(173,72,172); }
td.TdClassName
{
border-color: #AD48AC;
}
.TagClassName
{
border-color: #AD48AC;
}
</style>