Shades of Viola #A69294
Tints of Viola #A69294
RGB
CMYK
RGB Variations
Color information
#A69294 (or 0xA69294) is known color: Viola. HEX triplet: A6, 92 and 94. RGB value is (166,146,148). Sum of RGB (Red+Green+Blue) = 166+146+148=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A69294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69294 is #596D6B. Grayscale: #989898. Windows color (decimal): -5860716 or 9736870. OLE color: 9736870.
HSL color Cylindrical-coordinate representation of color #A69294: hue angle of 354º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69294 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 148 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.35 |
| HSL | 354º | 0.1% | 0.61% | - |
| HSV(B) | 354º | 0.12% | 0.65% | - |
| XYZ | 31.35 | 30.8 | 32.31 | - |
| YUV | 152.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 148 | 0 | 0.12 | 0.11 | 0.35 | 354 | 0.1 | 0.61 |
| Hex | A6 | 92 | 94 | 0 | C | B | 23 | 162 | A | 3D |
| Octal | 246 | 222 | 224 | 0 | 14 | 13 | 43 | 542 | 12 | 75 |
| Binary | 10100110 | 10010010 | 10010100 | 0 | 1100 | 1011 | 100011 | 101100010 | 1010 | 111101 |
Color Harmonies of #A69294
Complementary color
Monochromatic Colors of #A69294
Black with #A69294
Text Example
Text Example
White with #A69294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69294; }
p { color: rgb(166,146,148); }
H1.HeaderClassName
{
color: #A69294;
}
.AnyTagClassName
{
color: #A69294;
}
</style>
background-color css
<style>
a { background-color: #A69294; }
a { background-color: rgb(166,146,148); }
div.DivClassName
{
background-color: #A69294;
}
.BgClassName
{
background-color: #A69294;
}
</style>
border-color css
<style>
span { border-color: #A69294; }
span { border-color: rgb(166,146,148); }
td.TdClassName
{
border-color: #A69294;
}
.TagClassName
{
border-color: #A69294;
}
</style>