Shades of Viola #AD9298
Tints of Viola #AD9298
RGB
CMYK
RGB Variations
Color information
#AD9298 (or 0xAD9298) is known color: Viola. HEX triplet: AD, 92 and 98. RGB value is (173,146,152). Sum of RGB (Red+Green+Blue) = 173+146+152=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9298 is #526D67. Grayscale: #9A9A9A. Windows color (decimal): -5401960 or 9999021. OLE color: 9999021.
HSL color Cylindrical-coordinate representation of color #AD9298: hue angle of 346.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9298 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 152 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.32 |
| HSL | 346.67º | 0.14% | 0.63% | - |
| HSV(B) | 346.67º | 0.16% | 0.68% | - |
| XYZ | 33.18 | 31.71 | 34.08 | - |
| YUV | 154.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 152 | 0 | 0.16 | 0.12 | 0.32 | 346.67 | 0.14 | 0.63 |
| Hex | AD | 92 | 98 | 0 | 10 | C | 20 | 15B | E | 3F |
| Octal | 255 | 222 | 230 | 0 | 20 | 14 | 40 | 533 | 16 | 77 |
| Binary | 10101101 | 10010010 | 10011000 | 0 | 10000 | 1100 | 100000 | 101011011 | 1110 | 111111 |
Color Harmonies of #AD9298
Complementary color
Monochromatic Colors of #AD9298
Black with #AD9298
Text Example
Text Example
White with #AD9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9298; }
p { color: rgb(173,146,152); }
H1.HeaderClassName
{
color: #AD9298;
}
.AnyTagClassName
{
color: #AD9298;
}
</style>
background-color css
<style>
a { background-color: #AD9298; }
a { background-color: rgb(173,146,152); }
div.DivClassName
{
background-color: #AD9298;
}
.BgClassName
{
background-color: #AD9298;
}
</style>
border-color css
<style>
span { border-color: #AD9298; }
span { border-color: rgb(173,146,152); }
td.TdClassName
{
border-color: #AD9298;
}
.TagClassName
{
border-color: #AD9298;
}
</style>