Shades of Violet Blue #AD57AF
Tints of Violet Blue #AD57AF
RGB
CMYK
RGB Variations
Color information
#AD57AF (or 0xAD57AF) is known color: Violet Blue. HEX triplet: AD, 57 and AF. RGB value is (173,87,175). Sum of RGB (Red+Green+Blue) = 173+87+175=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD57AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57AF is #52A850. Grayscale: #7A7A7A. Windows color (decimal): -5417041 or 11491245. OLE color: 11491245.
HSL color Cylindrical-coordinate representation of color #AD57AF: hue angle of 298.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD57AF is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 87 | 175 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.31 |
| HSL | 298.64º | 0.35% | 0.51% | - |
| HSV(B) | 298.64º | 0.5% | 0.69% | - |
| XYZ | 28.38 | 18.8 | 42.69 | - |
| YUV | 122.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 175 | 0.01 | 0.50 | 0 | 0.31 | 298.64 | 0.35 | 0.51 |
| Hex | AD | 57 | AF | 1 | 32 | 0 | 1F | 12B | 23 | 33 |
| Octal | 255 | 127 | 257 | 1 | 62 | 0 | 37 | 453 | 43 | 63 |
| Binary | 10101101 | 1010111 | 10101111 | 1 | 110010 | 0 | 11111 | 100101011 | 100011 | 110011 |
Color Harmonies of #AD57AF
Complementary color
Monochromatic Colors of #AD57AF
Black with #AD57AF
Text Example
Text Example
White with #AD57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57AF; }
p { color: rgb(173,87,175); }
H1.HeaderClassName
{
color: #AD57AF;
}
.AnyTagClassName
{
color: #AD57AF;
}
</style>
background-color css
<style>
a { background-color: #AD57AF; }
a { background-color: rgb(173,87,175); }
div.DivClassName
{
background-color: #AD57AF;
}
.BgClassName
{
background-color: #AD57AF;
}
</style>
border-color css
<style>
span { border-color: #AD57AF; }
span { border-color: rgb(173,87,175); }
td.TdClassName
{
border-color: #AD57AF;
}
.TagClassName
{
border-color: #AD57AF;
}
</style>