Shades of Violet Blue #AD5A98
Tints of Violet Blue #AD5A98
RGB
CMYK
RGB Variations
Color information
#AD5A98 (or 0xAD5A98) is known color: Violet Blue. HEX triplet: AD, 5A and 98. RGB value is (173,90,152). Sum of RGB (Red+Green+Blue) = 173+90+152=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A98 is #52A567. Grayscale: #797979. Windows color (decimal): -5416296 or 9984685. OLE color: 9984685.
HSL color Cylindrical-coordinate representation of color #AD5A98: hue angle of 315.18º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A98 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 152 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.32 |
| HSL | 315.18º | 0.34% | 0.52% | - |
| HSV(B) | 315.18º | 0.48% | 0.68% | - |
| XYZ | 26.56 | 18.46 | 31.87 | - |
| YUV | 121.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 152 | 0 | 0.48 | 0.12 | 0.32 | 315.18 | 0.34 | 0.52 |
| Hex | AD | 5A | 98 | 0 | 30 | C | 20 | 13B | 22 | 34 |
| Octal | 255 | 132 | 230 | 0 | 60 | 14 | 40 | 473 | 42 | 64 |
| Binary | 10101101 | 1011010 | 10011000 | 0 | 110000 | 1100 | 100000 | 100111011 | 100010 | 110100 |
Color Harmonies of #AD5A98
Complementary color
Monochromatic Colors of #AD5A98
Black with #AD5A98
Text Example
Text Example
White with #AD5A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A98; }
p { color: rgb(173,90,152); }
H1.HeaderClassName
{
color: #AD5A98;
}
.AnyTagClassName
{
color: #AD5A98;
}
</style>
background-color css
<style>
a { background-color: #AD5A98; }
a { background-color: rgb(173,90,152); }
div.DivClassName
{
background-color: #AD5A98;
}
.BgClassName
{
background-color: #AD5A98;
}
</style>
border-color css
<style>
span { border-color: #AD5A98; }
span { border-color: rgb(173,90,152); }
td.TdClassName
{
border-color: #AD5A98;
}
.TagClassName
{
border-color: #AD5A98;
}
</style>