Shades of Viola #C69AA8
Tints of Viola #C69AA8
RGB
CMYK
RGB Variations
Color information
#C69AA8 (or 0xC69AA8) is known color: Viola. HEX triplet: C6, 9A and A8. RGB value is (198,154,168). Sum of RGB (Red+Green+Blue) = 198+154+168=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AA8 is #396557. Grayscale: #A8A8A8. Windows color (decimal): -3761496 or 11049670. OLE color: 11049670.
HSL color Cylindrical-coordinate representation of color #C69AA8: hue angle of 340.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AA8 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 168 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.22 |
| HSL | 340.91º | 0.28% | 0.69% | - |
| HSV(B) | 340.91º | 0.22% | 0.78% | - |
| XYZ | 41.91 | 37.94 | 42.16 | - |
| YUV | 168.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 168 | 0 | 0.22 | 0.15 | 0.22 | 340.91 | 0.28 | 0.69 |
| Hex | C6 | 9A | A8 | 0 | 16 | F | 16 | 155 | 1C | 45 |
| Octal | 306 | 232 | 250 | 0 | 26 | 17 | 26 | 525 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10101000 | 0 | 10110 | 1111 | 10110 | 101010101 | 11100 | 1000101 |
Color Harmonies of #C69AA8
Complementary color
Monochromatic Colors of #C69AA8
Black with #C69AA8
Text Example
Text Example
White with #C69AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AA8; }
p { color: rgb(198,154,168); }
H1.HeaderClassName
{
color: #C69AA8;
}
.AnyTagClassName
{
color: #C69AA8;
}
</style>
background-color css
<style>
a { background-color: #C69AA8; }
a { background-color: rgb(198,154,168); }
div.DivClassName
{
background-color: #C69AA8;
}
.BgClassName
{
background-color: #C69AA8;
}
</style>
border-color css
<style>
span { border-color: #C69AA8; }
span { border-color: rgb(198,154,168); }
td.TdClassName
{
border-color: #C69AA8;
}
.TagClassName
{
border-color: #C69AA8;
}
</style>