Shades of Viola #A68F90
Tints of Viola #A68F90
RGB
CMYK
RGB Variations
Color information
#A68F90 (or 0xA68F90) is known color: Viola. HEX triplet: A6, 8F and 90. RGB value is (166,143,144). Sum of RGB (Red+Green+Blue) = 166+143+144=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F90 is #59706F. Grayscale: #969696. Windows color (decimal): -5861488 or 9473958. OLE color: 9473958.
HSL color Cylindrical-coordinate representation of color #A68F90: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A68F90 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 144 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.35 |
| HSL | 357.39º | 0.11% | 0.61% | - |
| HSV(B) | 357.39º | 0.14% | 0.65% | - |
| XYZ | 30.58 | 29.77 | 30.52 | - |
| YUV | 149.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 144 | 0 | 0.14 | 0.13 | 0.35 | 357.39 | 0.11 | 0.61 |
| Hex | A6 | 8F | 90 | 0 | E | D | 23 | 165 | B | 3D |
| Octal | 246 | 217 | 220 | 0 | 16 | 15 | 43 | 545 | 13 | 75 |
| Binary | 10100110 | 10001111 | 10010000 | 0 | 1110 | 1101 | 100011 | 101100101 | 1011 | 111101 |
Color Harmonies of #A68F90
Complementary color
Monochromatic Colors of #A68F90
Black with #A68F90
Text Example
Text Example
White with #A68F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F90; }
p { color: rgb(166,143,144); }
H1.HeaderClassName
{
color: #A68F90;
}
.AnyTagClassName
{
color: #A68F90;
}
</style>
background-color css
<style>
a { background-color: #A68F90; }
a { background-color: rgb(166,143,144); }
div.DivClassName
{
background-color: #A68F90;
}
.BgClassName
{
background-color: #A68F90;
}
</style>
border-color css
<style>
span { border-color: #A68F90; }
span { border-color: rgb(166,143,144); }
td.TdClassName
{
border-color: #A68F90;
}
.TagClassName
{
border-color: #A68F90;
}
</style>