Shades of Viola #C087A5
Tints of Viola #C087A5
RGB
CMYK
RGB Variations
Color information
#C087A5 (or 0xC087A5) is known color: Viola. HEX triplet: C0, 87 and A5. RGB value is (192,135,165). Sum of RGB (Red+Green+Blue) = 192+135+165=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C087A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C087A5 is #3F785A. Grayscale: #9B9B9B. Windows color (decimal): -4159579 or 10848192. OLE color: 10848192.
HSL color Cylindrical-coordinate representation of color #C087A5: hue angle of 328.42º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087A5 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 165 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.25 |
| HSL | 328.42º | 0.31% | 0.64% | - |
| HSV(B) | 328.42º | 0.3% | 0.75% | - |
| XYZ | 37.19 | 31.25 | 39.67 | - |
| YUV | 155.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 165 | 0 | 0.30 | 0.14 | 0.25 | 328.42 | 0.31 | 0.64 |
| Hex | C0 | 87 | A5 | 0 | 1E | E | 19 | 148 | 1F | 40 |
| Octal | 300 | 207 | 245 | 0 | 36 | 16 | 31 | 510 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10100101 | 0 | 11110 | 1110 | 11001 | 101001000 | 11111 | 1000000 |
Color Harmonies of #C087A5
Complementary color
Monochromatic Colors of #C087A5
Black with #C087A5
Text Example
Text Example
White with #C087A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087A5; }
p { color: rgb(192,135,165); }
H1.HeaderClassName
{
color: #C087A5;
}
.AnyTagClassName
{
color: #C087A5;
}
</style>
background-color css
<style>
a { background-color: #C087A5; }
a { background-color: rgb(192,135,165); }
div.DivClassName
{
background-color: #C087A5;
}
.BgClassName
{
background-color: #C087A5;
}
</style>
border-color css
<style>
span { border-color: #C087A5; }
span { border-color: rgb(192,135,165); }
td.TdClassName
{
border-color: #C087A5;
}
.TagClassName
{
border-color: #C087A5;
}
</style>