Shades of Viola #CA90A1
Tints of Viola #CA90A1
RGB
CMYK
RGB Variations
Color information
#CA90A1 (or 0xCA90A1) is known color: Viola. HEX triplet: CA, 90 and A1. RGB value is (202,144,161). Sum of RGB (Red+Green+Blue) = 202+144+161=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90A1 is #356F5E. Grayscale: #A3A3A3. Windows color (decimal): -3501919 or 10588362. OLE color: 10588362.
HSL color Cylindrical-coordinate representation of color #CA90A1: hue angle of 342.41º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90A1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 161 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.21 |
| HSL | 342.41º | 0.35% | 0.68% | - |
| HSV(B) | 342.41º | 0.29% | 0.79% | - |
| XYZ | 40.76 | 35.08 | 38.34 | - |
| YUV | 163.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 161 | 0 | 0.29 | 0.20 | 0.21 | 342.41 | 0.35 | 0.68 |
| Hex | CA | 90 | A1 | 0 | 1D | 14 | 15 | 156 | 23 | 44 |
| Octal | 312 | 220 | 241 | 0 | 35 | 24 | 25 | 526 | 43 | 104 |
| Binary | 11001010 | 10010000 | 10100001 | 0 | 11101 | 10100 | 10101 | 101010110 | 100011 | 1000100 |
Color Harmonies of #CA90A1
Complementary color
Monochromatic Colors of #CA90A1
Black with #CA90A1
Text Example
Text Example
White with #CA90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90A1; }
p { color: rgb(202,144,161); }
H1.HeaderClassName
{
color: #CA90A1;
}
.AnyTagClassName
{
color: #CA90A1;
}
</style>
background-color css
<style>
a { background-color: #CA90A1; }
a { background-color: rgb(202,144,161); }
div.DivClassName
{
background-color: #CA90A1;
}
.BgClassName
{
background-color: #CA90A1;
}
</style>
border-color css
<style>
span { border-color: #CA90A1; }
span { border-color: rgb(202,144,161); }
td.TdClassName
{
border-color: #CA90A1;
}
.TagClassName
{
border-color: #CA90A1;
}
</style>