Shades of Viola #C69AAA
Tints of Viola #C69AAA
RGB
CMYK
RGB Variations
Color information
#C69AAA (or 0xC69AAA) is known color: Viola. HEX triplet: C6, 9A and AA. RGB value is (198,154,170). Sum of RGB (Red+Green+Blue) = 198+154+170=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAA is #396555. Grayscale: #A8A8A8. Windows color (decimal): -3761494 or 11180742. OLE color: 11180742.
HSL color Cylindrical-coordinate representation of color #C69AAA: hue angle of 338.18º 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 #C69AAA is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 170 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.22 |
| HSL | 338.18º | 0.28% | 0.69% | - |
| HSV(B) | 338.18º | 0.22% | 0.78% | - |
| XYZ | 42.1 | 38.02 | 43.15 | - |
| YUV | 168.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 170 | 0 | 0.22 | 0.14 | 0.22 | 338.18 | 0.28 | 0.69 |
| Hex | C6 | 9A | AA | 0 | 16 | E | 16 | 152 | 1C | 45 |
| Octal | 306 | 232 | 252 | 0 | 26 | 16 | 26 | 522 | 34 | 105 |
| Binary | 11000110 | 10011010 | 10101010 | 0 | 10110 | 1110 | 10110 | 101010010 | 11100 | 1000101 |
Color Harmonies of #C69AAA
Complementary color
Monochromatic Colors of #C69AAA
Black with #C69AAA
Text Example
Text Example
White with #C69AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AAA; }
p { color: rgb(198,154,170); }
H1.HeaderClassName
{
color: #C69AAA;
}
.AnyTagClassName
{
color: #C69AAA;
}
</style>
background-color css
<style>
a { background-color: #C69AAA; }
a { background-color: rgb(198,154,170); }
div.DivClassName
{
background-color: #C69AAA;
}
.BgClassName
{
background-color: #C69AAA;
}
</style>
border-color css
<style>
span { border-color: #C69AAA; }
span { border-color: rgb(198,154,170); }
td.TdClassName
{
border-color: #C69AAA;
}
.TagClassName
{
border-color: #C69AAA;
}
</style>