Shades of Viola #CA94A3
Tints of Viola #CA94A3
RGB
CMYK
RGB Variations
Color information
#CA94A3 (or 0xCA94A3) is known color: Viola. HEX triplet: CA, 94 and A3. RGB value is (202,148,163). Sum of RGB (Red+Green+Blue) = 202+148+163=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA94A3 is #356B5C. Grayscale: #A5A5A5. Windows color (decimal): -3500893 or 10720458. OLE color: 10720458.
HSL color Cylindrical-coordinate representation of color #CA94A3: hue angle of 343.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94A3 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 163 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.21 |
| HSL | 343.33º | 0.34% | 0.69% | - |
| HSV(B) | 343.33º | 0.27% | 0.79% | - |
| XYZ | 41.56 | 36.38 | 39.48 | - |
| YUV | 165.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 163 | 0 | 0.27 | 0.19 | 0.21 | 343.33 | 0.34 | 0.69 |
| Hex | CA | 94 | A3 | 0 | 1B | 13 | 15 | 157 | 22 | 45 |
| Octal | 312 | 224 | 243 | 0 | 33 | 23 | 25 | 527 | 42 | 105 |
| Binary | 11001010 | 10010100 | 10100011 | 0 | 11011 | 10011 | 10101 | 101010111 | 100010 | 1000101 |
Color Harmonies of #CA94A3
Complementary color
Monochromatic Colors of #CA94A3
Black with #CA94A3
Text Example
Text Example
White with #CA94A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94A3; }
p { color: rgb(202,148,163); }
H1.HeaderClassName
{
color: #CA94A3;
}
.AnyTagClassName
{
color: #CA94A3;
}
</style>
background-color css
<style>
a { background-color: #CA94A3; }
a { background-color: rgb(202,148,163); }
div.DivClassName
{
background-color: #CA94A3;
}
.BgClassName
{
background-color: #CA94A3;
}
</style>
border-color css
<style>
span { border-color: #CA94A3; }
span { border-color: rgb(202,148,163); }
td.TdClassName
{
border-color: #CA94A3;
}
.TagClassName
{
border-color: #CA94A3;
}
</style>