Shades of Lilac #C5ABCA
Tints of Lilac #C5ABCA
RGB
CMYK
RGB Variations
Color information
#C5ABCA (or 0xC5ABCA) is known color: Lilac. HEX triplet: C5, AB and CA. RGB value is (197,171,202). Sum of RGB (Red+Green+Blue) = 197+171+202=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABCA is #3A5435. Grayscale: #B6B6B6. Windows color (decimal): -3822646 or 13282245. OLE color: 13282245.
HSL color Cylindrical-coordinate representation of color #C5ABCA: hue angle of 290.32º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5ABCA is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 171 | 202 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.21 |
| HSL | 290.32º | 0.23% | 0.73% | - |
| HSV(B) | 290.32º | 0.15% | 0.79% | - |
| XYZ | 48.25 | 45.26 | 62.07 | - |
| YUV | 182.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 202 | 0.02 | 0.15 | 0 | 0.21 | 290.32 | 0.23 | 0.73 |
| Hex | C5 | AB | CA | 2 | F | 0 | 15 | 122 | 17 | 49 |
| Octal | 305 | 253 | 312 | 2 | 17 | 0 | 25 | 442 | 27 | 111 |
| Binary | 11000101 | 10101011 | 11001010 | 10 | 1111 | 0 | 10101 | 100100010 | 10111 | 1001001 |
Color Harmonies of #C5ABCA
Complementary color
Monochromatic Colors of #C5ABCA
Black with #C5ABCA
Text Example
Text Example
White with #C5ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABCA; }
p { color: rgb(197,171,202); }
H1.HeaderClassName
{
color: #C5ABCA;
}
.AnyTagClassName
{
color: #C5ABCA;
}
</style>
background-color css
<style>
a { background-color: #C5ABCA; }
a { background-color: rgb(197,171,202); }
div.DivClassName
{
background-color: #C5ABCA;
}
.BgClassName
{
background-color: #C5ABCA;
}
</style>
border-color css
<style>
span { border-color: #C5ABCA; }
span { border-color: rgb(197,171,202); }
td.TdClassName
{
border-color: #C5ABCA;
}
.TagClassName
{
border-color: #C5ABCA;
}
</style>