Shades of Viola #CA85AA
Tints of Viola #CA85AA
RGB
CMYK
RGB Variations
Color information
#CA85AA (or 0xCA85AA) is known color: Viola. HEX triplet: CA, 85 and AA. RGB value is (202,133,170). Sum of RGB (Red+Green+Blue) = 202+133+170=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA85AA is #357A55. Grayscale: #9D9D9D. Windows color (decimal): -3504726 or 11175370. OLE color: 11175370.
HSL color Cylindrical-coordinate representation of color #CA85AA: hue angle of 327.83º 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 #CA85AA is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 170 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.21 |
| HSL | 327.83º | 0.39% | 0.66% | - |
| HSV(B) | 327.83º | 0.34% | 0.79% | - |
| XYZ | 40 | 32.23 | 42.14 | - |
| YUV | 157.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 170 | 0 | 0.34 | 0.16 | 0.21 | 327.83 | 0.39 | 0.66 |
| Hex | CA | 85 | AA | 0 | 22 | 10 | 15 | 148 | 27 | 42 |
| Octal | 312 | 205 | 252 | 0 | 42 | 20 | 25 | 510 | 47 | 102 |
| Binary | 11001010 | 10000101 | 10101010 | 0 | 100010 | 10000 | 10101 | 101001000 | 100111 | 1000010 |
Color Harmonies of #CA85AA
Complementary color
Monochromatic Colors of #CA85AA
Black with #CA85AA
Text Example
Text Example
White with #CA85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA85AA; }
p { color: rgb(202,133,170); }
H1.HeaderClassName
{
color: #CA85AA;
}
.AnyTagClassName
{
color: #CA85AA;
}
</style>
background-color css
<style>
a { background-color: #CA85AA; }
a { background-color: rgb(202,133,170); }
div.DivClassName
{
background-color: #CA85AA;
}
.BgClassName
{
background-color: #CA85AA;
}
</style>
border-color css
<style>
span { border-color: #CA85AA; }
span { border-color: rgb(202,133,170); }
td.TdClassName
{
border-color: #CA85AA;
}
.TagClassName
{
border-color: #CA85AA;
}
</style>