Shades of Viola #CA84AA
Tints of Viola #CA84AA
RGB
CMYK
RGB Variations
Color information
#CA84AA (or 0xCA84AA) is known color: Viola. HEX triplet: CA, 84 and AA. RGB value is (202,132,170). Sum of RGB (Red+Green+Blue) = 202+132+170=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA84AA is #357B55. Grayscale: #9D9D9D. Windows color (decimal): -3504982 or 11175114. OLE color: 11175114.
HSL color Cylindrical-coordinate representation of color #CA84AA: hue angle of 327.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84AA is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 170 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.21 |
| HSL | 327.43º | 0.4% | 0.65% | - |
| HSV(B) | 327.43º | 0.35% | 0.79% | - |
| XYZ | 39.86 | 31.96 | 42.1 | - |
| YUV | 157.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 170 | 0 | 0.35 | 0.16 | 0.21 | 327.43 | 0.4 | 0.65 |
| Hex | CA | 84 | AA | 0 | 23 | 10 | 15 | 147 | 28 | 41 |
| Octal | 312 | 204 | 252 | 0 | 43 | 20 | 25 | 507 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10101010 | 0 | 100011 | 10000 | 10101 | 101000111 | 101000 | 1000001 |
Color Harmonies of #CA84AA
Complementary color
Monochromatic Colors of #CA84AA
Black with #CA84AA
Text Example
Text Example
White with #CA84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84AA; }
p { color: rgb(202,132,170); }
H1.HeaderClassName
{
color: #CA84AA;
}
.AnyTagClassName
{
color: #CA84AA;
}
</style>
background-color css
<style>
a { background-color: #CA84AA; }
a { background-color: rgb(202,132,170); }
div.DivClassName
{
background-color: #CA84AA;
}
.BgClassName
{
background-color: #CA84AA;
}
</style>
border-color css
<style>
span { border-color: #CA84AA; }
span { border-color: rgb(202,132,170); }
td.TdClassName
{
border-color: #CA84AA;
}
.TagClassName
{
border-color: #CA84AA;
}
</style>