Shades of Violet Blue #AD57A8
Tints of Violet Blue #AD57A8
RGB
CMYK
RGB Variations
Color information
#AD57A8 (or 0xAD57A8) is known color: Violet Blue. HEX triplet: AD, 57 and A8. RGB value is (173,87,168). Sum of RGB (Red+Green+Blue) = 173+87+168=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD57A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD57A8 is #52A857. Grayscale: #797979. Windows color (decimal): -5417048 or 11032493. OLE color: 11032493.
HSL color Cylindrical-coordinate representation of color #AD57A8: hue angle of 303.49º 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 #AD57A8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 168 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.32 |
| HSL | 303.49º | 0.34% | 0.51% | - |
| HSV(B) | 303.49º | 0.5% | 0.68% | - |
| XYZ | 27.71 | 18.53 | 39.16 | - |
| YUV | 121.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 168 | 0 | 0.50 | 0.03 | 0.32 | 303.49 | 0.34 | 0.51 |
| Hex | AD | 57 | A8 | 0 | 32 | 3 | 20 | 12F | 22 | 33 |
| Octal | 255 | 127 | 250 | 0 | 62 | 3 | 40 | 457 | 42 | 63 |
| Binary | 10101101 | 1010111 | 10101000 | 0 | 110010 | 11 | 100000 | 100101111 | 100010 | 110011 |
Color Harmonies of #AD57A8
Complementary color
Monochromatic Colors of #AD57A8
Black with #AD57A8
Text Example
Text Example
White with #AD57A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57A8; }
p { color: rgb(173,87,168); }
H1.HeaderClassName
{
color: #AD57A8;
}
.AnyTagClassName
{
color: #AD57A8;
}
</style>
background-color css
<style>
a { background-color: #AD57A8; }
a { background-color: rgb(173,87,168); }
div.DivClassName
{
background-color: #AD57A8;
}
.BgClassName
{
background-color: #AD57A8;
}
</style>
border-color css
<style>
span { border-color: #AD57A8; }
span { border-color: rgb(173,87,168); }
td.TdClassName
{
border-color: #AD57A8;
}
.TagClassName
{
border-color: #AD57A8;
}
</style>