Shades of Violet Blue #AD57AD
Tints of Violet Blue #AD57AD
RGB
CMYK
RGB Variations
Color information
#AD57AD (or 0xAD57AD) is known color: Violet Blue. HEX triplet: AD, 57 and AD. RGB value is (173,87,173). Sum of RGB (Red+Green+Blue) = 173+87+173=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD57AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57AD is #52A852. Grayscale: #7A7A7A. Windows color (decimal): -5417043 or 11360173. OLE color: 11360173.
HSL color Cylindrical-coordinate representation of color #AD57AD: hue angle of 300º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD57AD is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 173 | - |
| CMYK | 0 | 0.50 | 0 | 0.32 |
| HSL | 300º | 0.34% | 0.51% | - |
| HSV(B) | 300º | 0.5% | 0.68% | - |
| XYZ | 28.18 | 18.72 | 41.66 | - |
| YUV | 122.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 173 | 0 | 0.50 | 0 | 0.32 | 300 | 0.34 | 0.51 |
| Hex | AD | 57 | AD | 0 | 32 | 0 | 20 | 12C | 22 | 33 |
| Octal | 255 | 127 | 255 | 0 | 62 | 0 | 40 | 454 | 42 | 63 |
| Binary | 10101101 | 1010111 | 10101101 | 0 | 110010 | 0 | 100000 | 100101100 | 100010 | 110011 |
Color Harmonies of #AD57AD
Complementary color
Monochromatic Colors of #AD57AD
Black with #AD57AD
Text Example
Text Example
White with #AD57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57AD; }
p { color: rgb(173,87,173); }
H1.HeaderClassName
{
color: #AD57AD;
}
.AnyTagClassName
{
color: #AD57AD;
}
</style>
background-color css
<style>
a { background-color: #AD57AD; }
a { background-color: rgb(173,87,173); }
div.DivClassName
{
background-color: #AD57AD;
}
.BgClassName
{
background-color: #AD57AD;
}
</style>
border-color css
<style>
span { border-color: #AD57AD; }
span { border-color: rgb(173,87,173); }
td.TdClassName
{
border-color: #AD57AD;
}
.TagClassName
{
border-color: #AD57AD;
}
</style>