Shades of Mauve #C9AAF8
Tints of Mauve #C9AAF8
RGB
CMYK
RGB Variations
Color information
#C9AAF8 (or 0xC9AAF8) is known color: Mauve. HEX triplet: C9, AA and F8. RGB value is (201,170,248). Sum of RGB (Red+Green+Blue) = 201+170+248=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAF8 is #365507. Grayscale: #BBBBBB. Windows color (decimal): -3560712 or 16296649. OLE color: 16296649.
HSL color Cylindrical-coordinate representation of color #C9AAF8: hue angle of 263.85º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AAF8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 170 | 248 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.03 |
| HSL | 263.85º | 0.85% | 0.82% | - |
| HSV(B) | 263.85º | 0.31% | 0.97% | - |
| XYZ | 55.41 | 47.94 | 95.14 | - |
| YUV | 188.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 248 | 0.19 | 0.31 | 0 | 0.03 | 263.85 | 0.85 | 0.82 |
| Hex | C9 | AA | F8 | 13 | 1F | 0 | 3 | 108 | 55 | 52 |
| Octal | 311 | 252 | 370 | 23 | 37 | 0 | 3 | 410 | 125 | 122 |
| Binary | 11001001 | 10101010 | 11111000 | 10011 | 11111 | 0 | 11 | 100001000 | 1010101 | 1010010 |
Color Harmonies of #C9AAF8
Complementary color
Monochromatic Colors of #C9AAF8
Black with #C9AAF8
Text Example
Text Example
White with #C9AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AAF8; }
p { color: rgb(201,170,248); }
H1.HeaderClassName
{
color: #C9AAF8;
}
.AnyTagClassName
{
color: #C9AAF8;
}
</style>
background-color css
<style>
a { background-color: #C9AAF8; }
a { background-color: rgb(201,170,248); }
div.DivClassName
{
background-color: #C9AAF8;
}
.BgClassName
{
background-color: #C9AAF8;
}
</style>
border-color css
<style>
span { border-color: #C9AAF8; }
span { border-color: rgb(201,170,248); }
td.TdClassName
{
border-color: #C9AAF8;
}
.TagClassName
{
border-color: #C9AAF8;
}
</style>