Shades of Viola #CA86A9
Tints of Viola #CA86A9
RGB
CMYK
RGB Variations
Color information
#CA86A9 (or 0xCA86A9) is known color: Viola. HEX triplet: CA, 86 and A9. RGB value is (202,134,169). Sum of RGB (Red+Green+Blue) = 202+134+169=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA86A9 is #357956. Grayscale: #9E9E9E. Windows color (decimal): -3504471 or 11110090. OLE color: 11110090.
HSL color Cylindrical-coordinate representation of color #CA86A9: hue angle of 329.12º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86A9 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 169 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.21 |
| HSL | 329.12º | 0.39% | 0.66% | - |
| HSV(B) | 329.12º | 0.34% | 0.79% | - |
| XYZ | 40.04 | 32.47 | 41.69 | - |
| YUV | 158.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 169 | 0 | 0.34 | 0.16 | 0.21 | 329.12 | 0.39 | 0.66 |
| Hex | CA | 86 | A9 | 0 | 22 | 10 | 15 | 149 | 27 | 42 |
| Octal | 312 | 206 | 251 | 0 | 42 | 20 | 25 | 511 | 47 | 102 |
| Binary | 11001010 | 10000110 | 10101001 | 0 | 100010 | 10000 | 10101 | 101001001 | 100111 | 1000010 |
Color Harmonies of #CA86A9
Complementary color
Monochromatic Colors of #CA86A9
Black with #CA86A9
Text Example
Text Example
White with #CA86A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86A9; }
p { color: rgb(202,134,169); }
H1.HeaderClassName
{
color: #CA86A9;
}
.AnyTagClassName
{
color: #CA86A9;
}
</style>
background-color css
<style>
a { background-color: #CA86A9; }
a { background-color: rgb(202,134,169); }
div.DivClassName
{
background-color: #CA86A9;
}
.BgClassName
{
background-color: #CA86A9;
}
</style>
border-color css
<style>
span { border-color: #CA86A9; }
span { border-color: rgb(202,134,169); }
td.TdClassName
{
border-color: #CA86A9;
}
.TagClassName
{
border-color: #CA86A9;
}
</style>