Shades of Viola #C583A2
Tints of Viola #C583A2
RGB
CMYK
RGB Variations
Color information
#C583A2 (or 0xC583A2) is known color: Viola. HEX triplet: C5, 83 and A2. RGB value is (197,131,162). Sum of RGB (Red+Green+Blue) = 197+131+162=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C583A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C583A2 is #3A7C5D. Grayscale: #9A9A9A. Windows color (decimal): -3832926 or 10650565. OLE color: 10650565.
HSL color Cylindrical-coordinate representation of color #C583A2: hue angle of 331.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C583A2 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 162 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.23 |
| HSL | 331.82º | 0.36% | 0.64% | - |
| HSV(B) | 331.82º | 0.34% | 0.77% | - |
| XYZ | 37.66 | 30.71 | 38.13 | - |
| YUV | 154.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 162 | 0 | 0.34 | 0.18 | 0.23 | 331.82 | 0.36 | 0.64 |
| Hex | C5 | 83 | A2 | 0 | 22 | 12 | 17 | 14C | 24 | 40 |
| Octal | 305 | 203 | 242 | 0 | 42 | 22 | 27 | 514 | 44 | 100 |
| Binary | 11000101 | 10000011 | 10100010 | 0 | 100010 | 10010 | 10111 | 101001100 | 100100 | 1000000 |
Color Harmonies of #C583A2
Complementary color
Monochromatic Colors of #C583A2
Black with #C583A2
Text Example
Text Example
White with #C583A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583A2; }
p { color: rgb(197,131,162); }
H1.HeaderClassName
{
color: #C583A2;
}
.AnyTagClassName
{
color: #C583A2;
}
</style>
background-color css
<style>
a { background-color: #C583A2; }
a { background-color: rgb(197,131,162); }
div.DivClassName
{
background-color: #C583A2;
}
.BgClassName
{
background-color: #C583A2;
}
</style>
border-color css
<style>
span { border-color: #C583A2; }
span { border-color: rgb(197,131,162); }
td.TdClassName
{
border-color: #C583A2;
}
.TagClassName
{
border-color: #C583A2;
}
</style>