Shades of Violet Blue #AD58A8
Tints of Violet Blue #AD58A8
RGB
CMYK
RGB Variations
Color information
#AD58A8 (or 0xAD58A8) is known color: Violet Blue. HEX triplet: AD, 58 and A8. RGB value is (173,88,168). Sum of RGB (Red+Green+Blue) = 173+88+168=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD58A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD58A8 is #52A757. Grayscale: #7A7A7A. Windows color (decimal): -5416792 or 11032749. OLE color: 11032749.
HSL color Cylindrical-coordinate representation of color #AD58A8: hue angle of 303.53º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD58A8 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 168 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.32 |
| HSL | 303.53º | 0.34% | 0.51% | - |
| HSV(B) | 303.53º | 0.49% | 0.68% | - |
| XYZ | 27.79 | 18.69 | 39.19 | - |
| YUV | 122.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 168 | 0 | 0.49 | 0.03 | 0.32 | 303.53 | 0.34 | 0.51 |
| Hex | AD | 58 | A8 | 0 | 31 | 3 | 20 | 130 | 22 | 33 |
| Octal | 255 | 130 | 250 | 0 | 61 | 3 | 40 | 460 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10101000 | 0 | 110001 | 11 | 100000 | 100110000 | 100010 | 110011 |
Color Harmonies of #AD58A8
Complementary color
Monochromatic Colors of #AD58A8
Black with #AD58A8
Text Example
Text Example
White with #AD58A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD58A8; }
p { color: rgb(173,88,168); }
H1.HeaderClassName
{
color: #AD58A8;
}
.AnyTagClassName
{
color: #AD58A8;
}
</style>
background-color css
<style>
a { background-color: #AD58A8; }
a { background-color: rgb(173,88,168); }
div.DivClassName
{
background-color: #AD58A8;
}
.BgClassName
{
background-color: #AD58A8;
}
</style>
border-color css
<style>
span { border-color: #AD58A8; }
span { border-color: rgb(173,88,168); }
td.TdClassName
{
border-color: #AD58A8;
}
.TagClassName
{
border-color: #AD58A8;
}
</style>