Shades of Lilac #C48ABE
Tints of Lilac #C48ABE
RGB
CMYK
RGB Variations
Color information
#C48ABE (or 0xC48ABE) is known color: Lilac. HEX triplet: C4, 8A and BE. RGB value is (196,138,190). Sum of RGB (Red+Green+Blue) = 196+138+190=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C48ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ABE is #3B7541. Grayscale: #A1A1A1. Windows color (decimal): -3896642 or 12487364. OLE color: 12487364.
HSL color Cylindrical-coordinate representation of color #C48ABE: hue angle of 306.21º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48ABE is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 190 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.23 |
| HSL | 306.21º | 0.33% | 0.65% | - |
| HSV(B) | 306.21º | 0.3% | 0.77% | - |
| XYZ | 41.15 | 33.63 | 53.04 | - |
| YUV | 161.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 190 | 0 | 0.30 | 0.03 | 0.23 | 306.21 | 0.33 | 0.65 |
| Hex | C4 | 8A | BE | 0 | 1E | 3 | 17 | 132 | 21 | 41 |
| Octal | 304 | 212 | 276 | 0 | 36 | 3 | 27 | 462 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10111110 | 0 | 11110 | 11 | 10111 | 100110010 | 100001 | 1000001 |
Color Harmonies of #C48ABE
Complementary color
Monochromatic Colors of #C48ABE
Black with #C48ABE
Text Example
Text Example
White with #C48ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48ABE; }
p { color: rgb(196,138,190); }
H1.HeaderClassName
{
color: #C48ABE;
}
.AnyTagClassName
{
color: #C48ABE;
}
</style>
background-color css
<style>
a { background-color: #C48ABE; }
a { background-color: rgb(196,138,190); }
div.DivClassName
{
background-color: #C48ABE;
}
.BgClassName
{
background-color: #C48ABE;
}
</style>
border-color css
<style>
span { border-color: #C48ABE; }
span { border-color: rgb(196,138,190); }
td.TdClassName
{
border-color: #C48ABE;
}
.TagClassName
{
border-color: #C48ABE;
}
</style>