Shades of Viola #CA90A8
Tints of Viola #CA90A8
RGB
CMYK
RGB Variations
Color information
#CA90A8 (or 0xCA90A8) is known color: Viola. HEX triplet: CA, 90 and A8. RGB value is (202,144,168). Sum of RGB (Red+Green+Blue) = 202+144+168=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90A8 is #356F57. Grayscale: #A4A4A4. Windows color (decimal): -3501912 or 11047114. OLE color: 11047114.
HSL color Cylindrical-coordinate representation of color #CA90A8: hue angle of 335.17º 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 #CA90A8 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 168 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.21 |
| HSL | 335.17º | 0.35% | 0.68% | - |
| HSV(B) | 335.17º | 0.29% | 0.79% | - |
| XYZ | 41.4 | 35.33 | 41.68 | - |
| YUV | 164.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 168 | 0 | 0.29 | 0.17 | 0.21 | 335.17 | 0.35 | 0.68 |
| Hex | CA | 90 | A8 | 0 | 1D | 11 | 15 | 14F | 23 | 44 |
| Octal | 312 | 220 | 250 | 0 | 35 | 21 | 25 | 517 | 43 | 104 |
| Binary | 11001010 | 10010000 | 10101000 | 0 | 11101 | 10001 | 10101 | 101001111 | 100011 | 1000100 |
Color Harmonies of #CA90A8
Complementary color
Monochromatic Colors of #CA90A8
Black with #CA90A8
Text Example
Text Example
White with #CA90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90A8; }
p { color: rgb(202,144,168); }
H1.HeaderClassName
{
color: #CA90A8;
}
.AnyTagClassName
{
color: #CA90A8;
}
</style>
background-color css
<style>
a { background-color: #CA90A8; }
a { background-color: rgb(202,144,168); }
div.DivClassName
{
background-color: #CA90A8;
}
.BgClassName
{
background-color: #CA90A8;
}
</style>
border-color css
<style>
span { border-color: #CA90A8; }
span { border-color: rgb(202,144,168); }
td.TdClassName
{
border-color: #CA90A8;
}
.TagClassName
{
border-color: #CA90A8;
}
</style>