Shades of Viola #AA8F92
Tints of Viola #AA8F92
RGB
CMYK
RGB Variations
Color information
#AA8F92 (or 0xAA8F92) is known color: Viola. HEX triplet: AA, 8F and 92. RGB value is (170,143,146). Sum of RGB (Red+Green+Blue) = 170+143+146=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F92 is #55706D. Grayscale: #979797. Windows color (decimal): -5599342 or 9605034. OLE color: 9605034.
HSL color Cylindrical-coordinate representation of color #AA8F92: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA8F92 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 143 | 146 | - |
CMYK | 0 | 0.16 | 0.14 | 0.33 |
HSL | 353.33º | 0.14% | 0.61% | - |
HSV(B) | 353.33º | 0.16% | 0.67% | - |
XYZ | 31.59 | 30.27 | 31.37 | - |
YUV | 151.42 | 124.95 | 141.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 143 | 146 | 0 | 0.16 | 0.14 | 0.33 | 353.33 | 0.14 | 0.61 |
Hex | AA | 8F | 92 | 0 | 10 | E | 21 | 161 | E | 3D |
Octal | 252 | 217 | 222 | 0 | 20 | 16 | 41 | 541 | 16 | 75 |
Binary | 10101010 | 10001111 | 10010010 | 0 | 10000 | 1110 | 100001 | 101100001 | 1110 | 111101 |
Color Harmonies of #AA8F92
Complementary color
Monochromatic Colors of #AA8F92
Black with #AA8F92
Text Example
Text Example
White with #AA8F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F92; }
p { color: rgb(170,143,146); }
H1.HeaderClassName
{
color: #AA8F92;
}
.AnyTagClassName
{
color: #AA8F92;
}
</style>
background-color css
<style>
a { background-color: #AA8F92; }
a { background-color: rgb(170,143,146); }
div.DivClassName
{
background-color: #AA8F92;
}
.BgClassName
{
background-color: #AA8F92;
}
</style>
border-color css
<style>
span { border-color: #AA8F92; }
span { border-color: rgb(170,143,146); }
td.TdClassName
{
border-color: #AA8F92;
}
.TagClassName
{
border-color: #AA8F92;
}
</style>