Shades of Viola #AB9294
Tints of Viola #AB9294
RGB
CMYK
RGB Variations
Color information
#AB9294 (or 0xAB9294) is known color: Viola. HEX triplet: AB, 92 and 94. RGB value is (171,146,148). Sum of RGB (Red+Green+Blue) = 171+146+148=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9294 is #546D6B. Grayscale: #999999. Windows color (decimal): -5533036 or 9736875. OLE color: 9736875.
HSL color Cylindrical-coordinate representation of color #AB9294: hue angle of 355.2º 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 #AB9294 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 148 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.33 |
| HSL | 355.2º | 0.13% | 0.62% | - |
| HSV(B) | 355.2º | 0.15% | 0.67% | - |
| XYZ | 32.42 | 31.35 | 32.36 | - |
| YUV | 153.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 148 | 0 | 0.15 | 0.13 | 0.33 | 355.2 | 0.13 | 0.62 |
| Hex | AB | 92 | 94 | 0 | F | D | 21 | 163 | D | 3E |
| Octal | 253 | 222 | 224 | 0 | 17 | 15 | 41 | 543 | 15 | 76 |
| Binary | 10101011 | 10010010 | 10010100 | 0 | 1111 | 1101 | 100001 | 101100011 | 1101 | 111110 |
Color Harmonies of #AB9294
Complementary color
Monochromatic Colors of #AB9294
Black with #AB9294
Text Example
Text Example
White with #AB9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9294; }
p { color: rgb(171,146,148); }
H1.HeaderClassName
{
color: #AB9294;
}
.AnyTagClassName
{
color: #AB9294;
}
</style>
background-color css
<style>
a { background-color: #AB9294; }
a { background-color: rgb(171,146,148); }
div.DivClassName
{
background-color: #AB9294;
}
.BgClassName
{
background-color: #AB9294;
}
</style>
border-color css
<style>
span { border-color: #AB9294; }
span { border-color: rgb(171,146,148); }
td.TdClassName
{
border-color: #AB9294;
}
.TagClassName
{
border-color: #AB9294;
}
</style>