Shades of Viola #AA8F93
Tints of Viola #AA8F93
RGB
CMYK
RGB Variations
Color information
#AA8F93 (or 0xAA8F93) is known color: Viola. HEX triplet: AA, 8F and 93. RGB value is (170,143,147). Sum of RGB (Red+Green+Blue) = 170+143+147=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F93 is #55706C. Grayscale: #979797. Windows color (decimal): -5599341 or 9670570. OLE color: 9670570.
HSL color Cylindrical-coordinate representation of color #AA8F93: hue angle of 351.11º 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 #AA8F93 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 147 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.33 |
| HSL | 351.11º | 0.14% | 0.61% | - |
| HSV(B) | 351.11º | 0.16% | 0.67% | - |
| XYZ | 31.67 | 30.3 | 31.78 | - |
| YUV | 151.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 147 | 0 | 0.16 | 0.14 | 0.33 | 351.11 | 0.14 | 0.61 |
| Hex | AA | 8F | 93 | 0 | 10 | E | 21 | 15F | E | 3D |
| Octal | 252 | 217 | 223 | 0 | 20 | 16 | 41 | 537 | 16 | 75 |
| Binary | 10101010 | 10001111 | 10010011 | 0 | 10000 | 1110 | 100001 | 101011111 | 1110 | 111101 |
Color Harmonies of #AA8F93
Complementary color
Monochromatic Colors of #AA8F93
Black with #AA8F93
Text Example
Text Example
White with #AA8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F93; }
p { color: rgb(170,143,147); }
H1.HeaderClassName
{
color: #AA8F93;
}
.AnyTagClassName
{
color: #AA8F93;
}
</style>
background-color css
<style>
a { background-color: #AA8F93; }
a { background-color: rgb(170,143,147); }
div.DivClassName
{
background-color: #AA8F93;
}
.BgClassName
{
background-color: #AA8F93;
}
</style>
border-color css
<style>
span { border-color: #AA8F93; }
span { border-color: rgb(170,143,147); }
td.TdClassName
{
border-color: #AA8F93;
}
.TagClassName
{
border-color: #AA8F93;
}
</style>