Shades of Viola #CA87A8
Tints of Viola #CA87A8
RGB
CMYK
RGB Variations
Color information
#CA87A8 (or 0xCA87A8) is known color: Viola. HEX triplet: CA, 87 and A8. RGB value is (202,135,168). Sum of RGB (Red+Green+Blue) = 202+135+168=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87A8 is #357857. Grayscale: #9E9E9E. Windows color (decimal): -3504216 or 11044810. OLE color: 11044810.
HSL color Cylindrical-coordinate representation of color #CA87A8: hue angle of 330.45º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87A8 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 168 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.21 |
| HSL | 330.45º | 0.39% | 0.66% | - |
| HSV(B) | 330.45º | 0.33% | 0.79% | - |
| XYZ | 40.09 | 32.71 | 41.25 | - |
| YUV | 158.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 168 | 0 | 0.33 | 0.17 | 0.21 | 330.45 | 0.39 | 0.66 |
| Hex | CA | 87 | A8 | 0 | 21 | 11 | 15 | 14A | 27 | 42 |
| Octal | 312 | 207 | 250 | 0 | 41 | 21 | 25 | 512 | 47 | 102 |
| Binary | 11001010 | 10000111 | 10101000 | 0 | 100001 | 10001 | 10101 | 101001010 | 100111 | 1000010 |
Color Harmonies of #CA87A8
Complementary color
Monochromatic Colors of #CA87A8
Black with #CA87A8
Text Example
Text Example
White with #CA87A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA87A8; }
p { color: rgb(202,135,168); }
H1.HeaderClassName
{
color: #CA87A8;
}
.AnyTagClassName
{
color: #CA87A8;
}
</style>
background-color css
<style>
a { background-color: #CA87A8; }
a { background-color: rgb(202,135,168); }
div.DivClassName
{
background-color: #CA87A8;
}
.BgClassName
{
background-color: #CA87A8;
}
</style>
border-color css
<style>
span { border-color: #CA87A8; }
span { border-color: rgb(202,135,168); }
td.TdClassName
{
border-color: #CA87A8;
}
.TagClassName
{
border-color: #CA87A8;
}
</style>