Shades of Viola #AB9296
Tints of Viola #AB9296
RGB
CMYK
RGB Variations
Color information
#AB9296 (or 0xAB9296) is known color: Viola. HEX triplet: AB, 92 and 96. RGB value is (171,146,150). Sum of RGB (Red+Green+Blue) = 171+146+150=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9296 is #546D69. Grayscale: #999999. Windows color (decimal): -5533034 or 9867947. OLE color: 9867947.
HSL color Cylindrical-coordinate representation of color #AB9296: hue angle of 350.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9296 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 150 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.33 |
| HSL | 350.4º | 0.13% | 0.62% | - |
| HSV(B) | 350.4º | 0.15% | 0.67% | - |
| XYZ | 32.58 | 31.42 | 33.2 | - |
| YUV | 153.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 150 | 0 | 0.15 | 0.12 | 0.33 | 350.4 | 0.13 | 0.62 |
| Hex | AB | 92 | 96 | 0 | F | C | 21 | 15E | D | 3E |
| Octal | 253 | 222 | 226 | 0 | 17 | 14 | 41 | 536 | 15 | 76 |
| Binary | 10101011 | 10010010 | 10010110 | 0 | 1111 | 1100 | 100001 | 101011110 | 1101 | 111110 |
Color Harmonies of #AB9296
Complementary color
Monochromatic Colors of #AB9296
Black with #AB9296
Text Example
Text Example
White with #AB9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9296; }
p { color: rgb(171,146,150); }
H1.HeaderClassName
{
color: #AB9296;
}
.AnyTagClassName
{
color: #AB9296;
}
</style>
background-color css
<style>
a { background-color: #AB9296; }
a { background-color: rgb(171,146,150); }
div.DivClassName
{
background-color: #AB9296;
}
.BgClassName
{
background-color: #AB9296;
}
</style>
border-color css
<style>
span { border-color: #AB9296; }
span { border-color: rgb(171,146,150); }
td.TdClassName
{
border-color: #AB9296;
}
.TagClassName
{
border-color: #AB9296;
}
</style>