Shades of Mauve #C5A0FF
Tints of Mauve #C5A0FF
RGB
CMYK
RGB Variations
Color information
#C5A0FF (or 0xC5A0FF) is known color: Mauve. HEX triplet: C5, A0 and FF. RGB value is (197,160,255). Sum of RGB (Red+Green+Blue) = 197+160+255=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A0FF is #3A5F00. Grayscale: #B5B5B5. Windows color (decimal): -3825409 or 16752837. OLE color: 16752837.
HSL color Cylindrical-coordinate representation of color #C5A0FF: hue angle of 263.37º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5A0FF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 160 | 255 | - |
| CMYK | 0.23 | 0.37 | 0 | 0 |
| HSL | 263.37º | 1% | 0.81% | - |
| HSV(B) | 263.37º | 0.37% | 1% | - |
| XYZ | 53.65 | 44.23 | 100.32 | - |
| YUV | 181.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 255 | 0.23 | 0.37 | 0 | 0 | 263.37 | 1 | 0.81 |
| Hex | C5 | A0 | FF | 17 | 25 | 0 | 0 | 107 | 64 | 51 |
| Octal | 305 | 240 | 377 | 27 | 45 | 0 | 0 | 407 | 144 | 121 |
| Binary | 11000101 | 10100000 | 11111111 | 10111 | 100101 | 0 | 0 | 100000111 | 1100100 | 1010001 |
Color Harmonies of #C5A0FF
Complementary color
Monochromatic Colors of #C5A0FF
Black with #C5A0FF
Text Example
Text Example
White with #C5A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0FF; }
p { color: rgb(197,160,255); }
H1.HeaderClassName
{
color: #C5A0FF;
}
.AnyTagClassName
{
color: #C5A0FF;
}
</style>
background-color css
<style>
a { background-color: #C5A0FF; }
a { background-color: rgb(197,160,255); }
div.DivClassName
{
background-color: #C5A0FF;
}
.BgClassName
{
background-color: #C5A0FF;
}
</style>
border-color css
<style>
span { border-color: #C5A0FF; }
span { border-color: rgb(197,160,255); }
td.TdClassName
{
border-color: #C5A0FF;
}
.TagClassName
{
border-color: #C5A0FF;
}
</style>