Shades of Viola #C691A7
Tints of Viola #C691A7
RGB
CMYK
RGB Variations
Color information
#C691A7 (or 0xC691A7) is known color: Viola. HEX triplet: C6, 91 and A7. RGB value is (198,145,167). Sum of RGB (Red+Green+Blue) = 198+145+167=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C691A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691A7 is #396E58. Grayscale: #A3A3A3. Windows color (decimal): -3763801 or 10981830. OLE color: 10981830.
HSL color Cylindrical-coordinate representation of color #C691A7: hue angle of 335.09º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C691A7 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 167 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.22 |
| HSL | 335.09º | 0.32% | 0.67% | - |
| HSV(B) | 335.09º | 0.27% | 0.78% | - |
| XYZ | 40.39 | 35.05 | 41.2 | - |
| YUV | 163.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 167 | 0 | 0.27 | 0.16 | 0.22 | 335.09 | 0.32 | 0.67 |
| Hex | C6 | 91 | A7 | 0 | 1B | 10 | 16 | 14F | 20 | 43 |
| Octal | 306 | 221 | 247 | 0 | 33 | 20 | 26 | 517 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10100111 | 0 | 11011 | 10000 | 10110 | 101001111 | 100000 | 1000011 |
Color Harmonies of #C691A7
Complementary color
Monochromatic Colors of #C691A7
Black with #C691A7
Text Example
Text Example
White with #C691A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691A7; }
p { color: rgb(198,145,167); }
H1.HeaderClassName
{
color: #C691A7;
}
.AnyTagClassName
{
color: #C691A7;
}
</style>
background-color css
<style>
a { background-color: #C691A7; }
a { background-color: rgb(198,145,167); }
div.DivClassName
{
background-color: #C691A7;
}
.BgClassName
{
background-color: #C691A7;
}
</style>
border-color css
<style>
span { border-color: #C691A7; }
span { border-color: rgb(198,145,167); }
td.TdClassName
{
border-color: #C691A7;
}
.TagClassName
{
border-color: #C691A7;
}
</style>