Shades of Lilac #C5AFC5
Tints of Lilac #C5AFC5
RGB
CMYK
RGB Variations
Color information
#C5AFC5 (or 0xC5AFC5) is known color: Lilac. HEX triplet: C5, AF and C5. RGB value is (197,175,197). Sum of RGB (Red+Green+Blue) = 197+175+197=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C5AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFC5 is #3A503A. Grayscale: #B8B8B8. Windows color (decimal): -3821627 or 12955589. OLE color: 12955589.
HSL color Cylindrical-coordinate representation of color #C5AFC5: hue angle of 300º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5AFC5 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 175 | 197 | - |
CMYK | 0 | 0.11 | 0 | 0.23 |
HSL | 300º | 0.16% | 0.73% | - |
HSV(B) | 300º | 0.11% | 0.77% | - |
XYZ | 48.43 | 46.56 | 59.26 | - |
YUV | 184.09 | 135.29 | 137.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 175 | 197 | 0 | 0.11 | 0 | 0.23 | 300 | 0.16 | 0.73 |
Hex | C5 | AF | C5 | 0 | B | 0 | 17 | 12C | 10 | 49 |
Octal | 305 | 257 | 305 | 0 | 13 | 0 | 27 | 454 | 20 | 111 |
Binary | 11000101 | 10101111 | 11000101 | 0 | 1011 | 0 | 10111 | 100101100 | 10000 | 1001001 |
Color Harmonies of #C5AFC5
Complementary color
Monochromatic Colors of #C5AFC5
Black with #C5AFC5
Text Example
Text Example
White with #C5AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFC5; }
p { color: rgb(197,175,197); }
H1.HeaderClassName
{
color: #C5AFC5;
}
.AnyTagClassName
{
color: #C5AFC5;
}
</style>
background-color css
<style>
a { background-color: #C5AFC5; }
a { background-color: rgb(197,175,197); }
div.DivClassName
{
background-color: #C5AFC5;
}
.BgClassName
{
background-color: #C5AFC5;
}
</style>
border-color css
<style>
span { border-color: #C5AFC5; }
span { border-color: rgb(197,175,197); }
td.TdClassName
{
border-color: #C5AFC5;
}
.TagClassName
{
border-color: #C5AFC5;
}
</style>