Shades of Viola #AB9092
Tints of Viola #AB9092
RGB
CMYK
RGB Variations
Color information
#AB9092 (or 0xAB9092) is known color: Viola. HEX triplet: AB, 90 and 92. RGB value is (171,144,146). Sum of RGB (Red+Green+Blue) = 171+144+146=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9092 is #546F6D. Grayscale: #989898. Windows color (decimal): -5533550 or 9605291. OLE color: 9605291.
HSL color Cylindrical-coordinate representation of color #AB9092: hue angle of 355.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB9092 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 146 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.33 |
| HSL | 355.56º | 0.14% | 0.62% | - |
| HSV(B) | 355.56º | 0.16% | 0.67% | - |
| XYZ | 31.96 | 30.68 | 31.43 | - |
| YUV | 152.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 146 | 0 | 0.16 | 0.15 | 0.33 | 355.56 | 0.14 | 0.62 |
| Hex | AB | 90 | 92 | 0 | 10 | F | 21 | 164 | E | 3E |
| Octal | 253 | 220 | 222 | 0 | 20 | 17 | 41 | 544 | 16 | 76 |
| Binary | 10101011 | 10010000 | 10010010 | 0 | 10000 | 1111 | 100001 | 101100100 | 1110 | 111110 |
Color Harmonies of #AB9092
Complementary color
Monochromatic Colors of #AB9092
Black with #AB9092
Text Example
Text Example
White with #AB9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9092; }
p { color: rgb(171,144,146); }
H1.HeaderClassName
{
color: #AB9092;
}
.AnyTagClassName
{
color: #AB9092;
}
</style>
background-color css
<style>
a { background-color: #AB9092; }
a { background-color: rgb(171,144,146); }
div.DivClassName
{
background-color: #AB9092;
}
.BgClassName
{
background-color: #AB9092;
}
</style>
border-color css
<style>
span { border-color: #AB9092; }
span { border-color: rgb(171,144,146); }
td.TdClassName
{
border-color: #AB9092;
}
.TagClassName
{
border-color: #AB9092;
}
</style>