Shades of Viola #CA93A3
Tints of Viola #CA93A3
RGB
CMYK
RGB Variations
Color information
#CA93A3 (or 0xCA93A3) is known color: Viola. HEX triplet: CA, 93 and A3. RGB value is (202,147,163). Sum of RGB (Red+Green+Blue) = 202+147+163=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA93A3 is #356C5C. Grayscale: #A5A5A5. Windows color (decimal): -3501149 or 10720202. OLE color: 10720202.
HSL color Cylindrical-coordinate representation of color #CA93A3: hue angle of 342.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA93A3 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 163 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.21 |
| HSL | 342.55º | 0.34% | 0.68% | - |
| HSV(B) | 342.55º | 0.27% | 0.79% | - |
| XYZ | 41.4 | 36.07 | 39.43 | - |
| YUV | 165.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 163 | 0 | 0.27 | 0.19 | 0.21 | 342.55 | 0.34 | 0.68 |
| Hex | CA | 93 | A3 | 0 | 1B | 13 | 15 | 157 | 22 | 44 |
| Octal | 312 | 223 | 243 | 0 | 33 | 23 | 25 | 527 | 42 | 104 |
| Binary | 11001010 | 10010011 | 10100011 | 0 | 11011 | 10011 | 10101 | 101010111 | 100010 | 1000100 |
Color Harmonies of #CA93A3
Complementary color
Monochromatic Colors of #CA93A3
Black with #CA93A3
Text Example
Text Example
White with #CA93A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93A3; }
p { color: rgb(202,147,163); }
H1.HeaderClassName
{
color: #CA93A3;
}
.AnyTagClassName
{
color: #CA93A3;
}
</style>
background-color css
<style>
a { background-color: #CA93A3; }
a { background-color: rgb(202,147,163); }
div.DivClassName
{
background-color: #CA93A3;
}
.BgClassName
{
background-color: #CA93A3;
}
</style>
border-color css
<style>
span { border-color: #CA93A3; }
span { border-color: rgb(202,147,163); }
td.TdClassName
{
border-color: #CA93A3;
}
.TagClassName
{
border-color: #CA93A3;
}
</style>