Shades of Viola #C09AA8
Tints of Viola #C09AA8
RGB
CMYK
RGB Variations
Color information
#C09AA8 (or 0xC09AA8) is known color: Viola. HEX triplet: C0, 9A and A8. RGB value is (192,154,168). Sum of RGB (Red+Green+Blue) = 192+154+168=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AA8 is #3F6557. Grayscale: #A6A6A6. Windows color (decimal): -4154712 or 11049664. OLE color: 11049664.
HSL color Cylindrical-coordinate representation of color #C09AA8: hue angle of 337.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AA8 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 168 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.25 |
| HSL | 337.89º | 0.23% | 0.68% | - |
| HSV(B) | 337.89º | 0.2% | 0.75% | - |
| XYZ | 40.36 | 37.14 | 42.09 | - |
| YUV | 166.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 168 | 0 | 0.20 | 0.12 | 0.25 | 337.89 | 0.23 | 0.68 |
| Hex | C0 | 9A | A8 | 0 | 14 | C | 19 | 152 | 17 | 44 |
| Octal | 300 | 232 | 250 | 0 | 24 | 14 | 31 | 522 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10101000 | 0 | 10100 | 1100 | 11001 | 101010010 | 10111 | 1000100 |
Color Harmonies of #C09AA8
Complementary color
Monochromatic Colors of #C09AA8
Black with #C09AA8
Text Example
Text Example
White with #C09AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AA8; }
p { color: rgb(192,154,168); }
H1.HeaderClassName
{
color: #C09AA8;
}
.AnyTagClassName
{
color: #C09AA8;
}
</style>
background-color css
<style>
a { background-color: #C09AA8; }
a { background-color: rgb(192,154,168); }
div.DivClassName
{
background-color: #C09AA8;
}
.BgClassName
{
background-color: #C09AA8;
}
</style>
border-color css
<style>
span { border-color: #C09AA8; }
span { border-color: rgb(192,154,168); }
td.TdClassName
{
border-color: #C09AA8;
}
.TagClassName
{
border-color: #C09AA8;
}
</style>