Shades of Violet Blue #AD72A8
Tints of Violet Blue #AD72A8
RGB
CMYK
RGB Variations
Color information
#AD72A8 (or 0xAD72A8) is known color: Violet Blue. HEX triplet: AD, 72 and A8. RGB value is (173,114,168). Sum of RGB (Red+Green+Blue) = 173+114+168=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD72A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD72A8 is #528D57. Grayscale: #898989. Windows color (decimal): -5410136 or 11039405. OLE color: 11039405.
HSL color Cylindrical-coordinate representation of color #AD72A8: hue angle of 305.08º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD72A8 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 168 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.32 |
| HSL | 305.08º | 0.26% | 0.56% | - |
| HSV(B) | 305.08º | 0.34% | 0.68% | - |
| XYZ | 30.32 | 23.75 | 40.03 | - |
| YUV | 137.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 168 | 0 | 0.34 | 0.03 | 0.32 | 305.08 | 0.26 | 0.56 |
| Hex | AD | 72 | A8 | 0 | 22 | 3 | 20 | 131 | 1A | 38 |
| Octal | 255 | 162 | 250 | 0 | 42 | 3 | 40 | 461 | 32 | 70 |
| Binary | 10101101 | 1110010 | 10101000 | 0 | 100010 | 11 | 100000 | 100110001 | 11010 | 111000 |
Color Harmonies of #AD72A8
Complementary color
Monochromatic Colors of #AD72A8
Black with #AD72A8
Text Example
Text Example
White with #AD72A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72A8; }
p { color: rgb(173,114,168); }
H1.HeaderClassName
{
color: #AD72A8;
}
.AnyTagClassName
{
color: #AD72A8;
}
</style>
background-color css
<style>
a { background-color: #AD72A8; }
a { background-color: rgb(173,114,168); }
div.DivClassName
{
background-color: #AD72A8;
}
.BgClassName
{
background-color: #AD72A8;
}
</style>
border-color css
<style>
span { border-color: #AD72A8; }
span { border-color: rgb(173,114,168); }
td.TdClassName
{
border-color: #AD72A8;
}
.TagClassName
{
border-color: #AD72A8;
}
</style>