Shades of Lilac #C08ABE
Tints of Lilac #C08ABE
RGB
CMYK
RGB Variations
Color information
#C08ABE (or 0xC08ABE) is known color: Lilac. HEX triplet: C0, 8A and BE. RGB value is (192,138,190). Sum of RGB (Red+Green+Blue) = 192+138+190=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ABE is #3F7541. Grayscale: #9F9F9F. Windows color (decimal): -4158786 or 12487360. OLE color: 12487360.
HSL color Cylindrical-coordinate representation of color #C08ABE: hue angle of 302.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08ABE is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 190 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.25 |
| HSL | 302.22º | 0.3% | 0.65% | - |
| HSV(B) | 302.22º | 0.28% | 0.75% | - |
| XYZ | 40.12 | 33.1 | 52.99 | - |
| YUV | 160.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 190 | 0 | 0.28 | 0.01 | 0.25 | 302.22 | 0.3 | 0.65 |
| Hex | C0 | 8A | BE | 0 | 1C | 1 | 19 | 12E | 1E | 41 |
| Octal | 300 | 212 | 276 | 0 | 34 | 1 | 31 | 456 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10111110 | 0 | 11100 | 1 | 11001 | 100101110 | 11110 | 1000001 |
Color Harmonies of #C08ABE
Complementary color
Monochromatic Colors of #C08ABE
Black with #C08ABE
Text Example
Text Example
White with #C08ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ABE; }
p { color: rgb(192,138,190); }
H1.HeaderClassName
{
color: #C08ABE;
}
.AnyTagClassName
{
color: #C08ABE;
}
</style>
background-color css
<style>
a { background-color: #C08ABE; }
a { background-color: rgb(192,138,190); }
div.DivClassName
{
background-color: #C08ABE;
}
.BgClassName
{
background-color: #C08ABE;
}
</style>
border-color css
<style>
span { border-color: #C08ABE; }
span { border-color: rgb(192,138,190); }
td.TdClassName
{
border-color: #C08ABE;
}
.TagClassName
{
border-color: #C08ABE;
}
</style>