Shades of Violet Blue #AD55AC
Tints of Violet Blue #AD55AC
RGB
CMYK
RGB Variations
Color information
#AD55AC (or 0xAD55AC) is known color: Violet Blue. HEX triplet: AD, 55 and AC. RGB value is (173,85,172). Sum of RGB (Red+Green+Blue) = 173+85+172=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD55AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD55AC is #52AA53. Grayscale: #787878. Windows color (decimal): -5417556 or 11294125. OLE color: 11294125.
HSL color Cylindrical-coordinate representation of color #AD55AC: hue angle of 300.68º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD55AC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 172 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.32 |
| HSL | 300.68º | 0.35% | 0.51% | - |
| HSV(B) | 300.68º | 0.51% | 0.68% | - |
| XYZ | 27.93 | 18.36 | 41.1 | - |
| YUV | 121.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 172 | 0 | 0.51 | 0.01 | 0.32 | 300.68 | 0.35 | 0.51 |
| Hex | AD | 55 | AC | 0 | 33 | 1 | 20 | 12D | 23 | 33 |
| Octal | 255 | 125 | 254 | 0 | 63 | 1 | 40 | 455 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10101100 | 0 | 110011 | 1 | 100000 | 100101101 | 100011 | 110011 |
Color Harmonies of #AD55AC
Complementary color
Monochromatic Colors of #AD55AC
Black with #AD55AC
Text Example
Text Example
White with #AD55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55AC; }
p { color: rgb(173,85,172); }
H1.HeaderClassName
{
color: #AD55AC;
}
.AnyTagClassName
{
color: #AD55AC;
}
</style>
background-color css
<style>
a { background-color: #AD55AC; }
a { background-color: rgb(173,85,172); }
div.DivClassName
{
background-color: #AD55AC;
}
.BgClassName
{
background-color: #AD55AC;
}
</style>
border-color css
<style>
span { border-color: #AD55AC; }
span { border-color: rgb(173,85,172); }
td.TdClassName
{
border-color: #AD55AC;
}
.TagClassName
{
border-color: #AD55AC;
}
</style>