Shades of Viola #BF99A6
Tints of Viola #BF99A6
RGB
CMYK
RGB Variations
Color information
#BF99A6 (or 0xBF99A6) is known color: Viola. HEX triplet: BF, 99 and A6. RGB value is (191,153,166). Sum of RGB (Red+Green+Blue) = 191+153+166=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99A6 is #406659. Grayscale: #A5A5A5. Windows color (decimal): -4220506 or 10918335. OLE color: 10918335.
HSL color Cylindrical-coordinate representation of color #BF99A6: hue angle of 339.47º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99A6 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 166 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.25 |
| HSL | 339.47º | 0.23% | 0.67% | - |
| HSV(B) | 339.47º | 0.2% | 0.75% | - |
| XYZ | 39.76 | 36.61 | 41.05 | - |
| YUV | 165.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 166 | 0 | 0.20 | 0.13 | 0.25 | 339.47 | 0.23 | 0.67 |
| Hex | BF | 99 | A6 | 0 | 14 | D | 19 | 153 | 17 | 43 |
| Octal | 277 | 231 | 246 | 0 | 24 | 15 | 31 | 523 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10100110 | 0 | 10100 | 1101 | 11001 | 101010011 | 10111 | 1000011 |
Color Harmonies of #BF99A6
Complementary color
Monochromatic Colors of #BF99A6
Black with #BF99A6
Text Example
Text Example
White with #BF99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99A6; }
p { color: rgb(191,153,166); }
H1.HeaderClassName
{
color: #BF99A6;
}
.AnyTagClassName
{
color: #BF99A6;
}
</style>
background-color css
<style>
a { background-color: #BF99A6; }
a { background-color: rgb(191,153,166); }
div.DivClassName
{
background-color: #BF99A6;
}
.BgClassName
{
background-color: #BF99A6;
}
</style>
border-color css
<style>
span { border-color: #BF99A6; }
span { border-color: rgb(191,153,166); }
td.TdClassName
{
border-color: #BF99A6;
}
.TagClassName
{
border-color: #BF99A6;
}
</style>