Shades of Violet Blue #AD57A9
Tints of Violet Blue #AD57A9
RGB
CMYK
RGB Variations
Color information
#AD57A9 (or 0xAD57A9) is known color: Violet Blue. HEX triplet: AD, 57 and A9. RGB value is (173,87,169). Sum of RGB (Red+Green+Blue) = 173+87+169=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD57A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57A9 is #52A856. Grayscale: #797979. Windows color (decimal): -5417047 or 11098029. OLE color: 11098029.
HSL color Cylindrical-coordinate representation of color #AD57A9: hue angle of 302.79º 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 #AD57A9 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 169 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.32 |
| HSL | 302.79º | 0.34% | 0.51% | - |
| HSV(B) | 302.79º | 0.5% | 0.68% | - |
| XYZ | 27.8 | 18.57 | 39.65 | - |
| YUV | 122.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 169 | 0 | 0.50 | 0.02 | 0.32 | 302.79 | 0.34 | 0.51 |
| Hex | AD | 57 | A9 | 0 | 32 | 2 | 20 | 12F | 22 | 33 |
| Octal | 255 | 127 | 251 | 0 | 62 | 2 | 40 | 457 | 42 | 63 |
| Binary | 10101101 | 1010111 | 10101001 | 0 | 110010 | 10 | 100000 | 100101111 | 100010 | 110011 |
Color Harmonies of #AD57A9
Complementary color
Monochromatic Colors of #AD57A9
Black with #AD57A9
Text Example
Text Example
White with #AD57A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57A9; }
p { color: rgb(173,87,169); }
H1.HeaderClassName
{
color: #AD57A9;
}
.AnyTagClassName
{
color: #AD57A9;
}
</style>
background-color css
<style>
a { background-color: #AD57A9; }
a { background-color: rgb(173,87,169); }
div.DivClassName
{
background-color: #AD57A9;
}
.BgClassName
{
background-color: #AD57A9;
}
</style>
border-color css
<style>
span { border-color: #AD57A9; }
span { border-color: rgb(173,87,169); }
td.TdClassName
{
border-color: #AD57A9;
}
.TagClassName
{
border-color: #AD57A9;
}
</style>