Shades of Violet Blue #AD72B2
Tints of Violet Blue #AD72B2
RGB
CMYK
RGB Variations
Color information
#AD72B2 (or 0xAD72B2) is known color: Violet Blue. HEX triplet: AD, 72 and B2. RGB value is (173,114,178). Sum of RGB (Red+Green+Blue) = 173+114+178=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD72B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD72B2 is #528D4D. Grayscale: #8A8A8A. Windows color (decimal): -5410126 or 11694765. OLE color: 11694765.
HSL color Cylindrical-coordinate representation of color #AD72B2: hue angle of 295.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD72B2 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 114 | 178 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.30 |
| HSL | 295.31º | 0.29% | 0.57% | - |
| HSV(B) | 295.31º | 0.36% | 0.7% | - |
| XYZ | 31.29 | 24.13 | 45.13 | - |
| YUV | 138.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 178 | 0.03 | 0.36 | 0 | 0.30 | 295.31 | 0.29 | 0.57 |
| Hex | AD | 72 | B2 | 3 | 24 | 0 | 1E | 127 | 1D | 39 |
| Octal | 255 | 162 | 262 | 3 | 44 | 0 | 36 | 447 | 35 | 71 |
| Binary | 10101101 | 1110010 | 10110010 | 11 | 100100 | 0 | 11110 | 100100111 | 11101 | 111001 |
Color Harmonies of #AD72B2
Complementary color
Monochromatic Colors of #AD72B2
Black with #AD72B2
Text Example
Text Example
White with #AD72B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72B2; }
p { color: rgb(173,114,178); }
H1.HeaderClassName
{
color: #AD72B2;
}
.AnyTagClassName
{
color: #AD72B2;
}
</style>
background-color css
<style>
a { background-color: #AD72B2; }
a { background-color: rgb(173,114,178); }
div.DivClassName
{
background-color: #AD72B2;
}
.BgClassName
{
background-color: #AD72B2;
}
</style>
border-color css
<style>
span { border-color: #AD72B2; }
span { border-color: rgb(173,114,178); }
td.TdClassName
{
border-color: #AD72B2;
}
.TagClassName
{
border-color: #AD72B2;
}
</style>