Shades of Viola #CA8BA6
Tints of Viola #CA8BA6
RGB
CMYK
RGB Variations
Color information
#CA8BA6 (or 0xCA8BA6) is known color: Viola. HEX triplet: CA, 8B and A6. RGB value is (202,139,166). Sum of RGB (Red+Green+Blue) = 202+139+166=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8BA6 is #357459. Grayscale: #A0A0A0. Windows color (decimal): -3503194 or 10914762. OLE color: 10914762.
HSL color Cylindrical-coordinate representation of color #CA8BA6: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8BA6 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 139 | 166 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.21 |
| HSL | 334.29º | 0.37% | 0.67% | - |
| HSV(B) | 334.29º | 0.31% | 0.79% | - |
| XYZ | 40.47 | 33.77 | 40.46 | - |
| YUV | 160.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 166 | 0 | 0.31 | 0.18 | 0.21 | 334.29 | 0.37 | 0.67 |
| Hex | CA | 8B | A6 | 0 | 1F | 12 | 15 | 14E | 25 | 43 |
| Octal | 312 | 213 | 246 | 0 | 37 | 22 | 25 | 516 | 45 | 103 |
| Binary | 11001010 | 10001011 | 10100110 | 0 | 11111 | 10010 | 10101 | 101001110 | 100101 | 1000011 |
Color Harmonies of #CA8BA6
Complementary color
Monochromatic Colors of #CA8BA6
Black with #CA8BA6
Text Example
Text Example
White with #CA8BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BA6; }
p { color: rgb(202,139,166); }
H1.HeaderClassName
{
color: #CA8BA6;
}
.AnyTagClassName
{
color: #CA8BA6;
}
</style>
background-color css
<style>
a { background-color: #CA8BA6; }
a { background-color: rgb(202,139,166); }
div.DivClassName
{
background-color: #CA8BA6;
}
.BgClassName
{
background-color: #CA8BA6;
}
</style>
border-color css
<style>
span { border-color: #CA8BA6; }
span { border-color: rgb(202,139,166); }
td.TdClassName
{
border-color: #CA8BA6;
}
.TagClassName
{
border-color: #CA8BA6;
}
</style>