Shades of Viola #CA92A5
Tints of Viola #CA92A5
RGB
CMYK
RGB Variations
Color information
#CA92A5 (or 0xCA92A5) is known color: Viola. HEX triplet: CA, 92 and A5. RGB value is (202,146,165). Sum of RGB (Red+Green+Blue) = 202+146+165=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA92A5 is #356D5A. Grayscale: #A4A4A4. Windows color (decimal): -3501403 or 10851018. OLE color: 10851018.
HSL color Cylindrical-coordinate representation of color #CA92A5: hue angle of 339.64º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA92A5 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 165 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.21 |
| HSL | 339.64º | 0.35% | 0.68% | - |
| HSV(B) | 339.64º | 0.28% | 0.79% | - |
| XYZ | 41.43 | 35.83 | 40.33 | - |
| YUV | 164.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 165 | 0 | 0.28 | 0.18 | 0.21 | 339.64 | 0.35 | 0.68 |
| Hex | CA | 92 | A5 | 0 | 1C | 12 | 15 | 154 | 23 | 44 |
| Octal | 312 | 222 | 245 | 0 | 34 | 22 | 25 | 524 | 43 | 104 |
| Binary | 11001010 | 10010010 | 10100101 | 0 | 11100 | 10010 | 10101 | 101010100 | 100011 | 1000100 |
Color Harmonies of #CA92A5
Complementary color
Monochromatic Colors of #CA92A5
Black with #CA92A5
Text Example
Text Example
White with #CA92A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92A5; }
p { color: rgb(202,146,165); }
H1.HeaderClassName
{
color: #CA92A5;
}
.AnyTagClassName
{
color: #CA92A5;
}
</style>
background-color css
<style>
a { background-color: #CA92A5; }
a { background-color: rgb(202,146,165); }
div.DivClassName
{
background-color: #CA92A5;
}
.BgClassName
{
background-color: #CA92A5;
}
</style>
border-color css
<style>
span { border-color: #CA92A5; }
span { border-color: rgb(202,146,165); }
td.TdClassName
{
border-color: #CA92A5;
}
.TagClassName
{
border-color: #CA92A5;
}
</style>