Shades of Mauve #CFA6F4
Tints of Mauve #CFA6F4
RGB
CMYK
RGB Variations
Color information
#CFA6F4 (or 0xCFA6F4) is known color: Mauve. HEX triplet: CF, A6 and F4. RGB value is (207,166,244). Sum of RGB (Red+Green+Blue) = 207+166+244=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFA6F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6F4 is #30590B. Grayscale: #BABABA. Windows color (decimal): -3168524 or 16033487. OLE color: 16033487.
HSL color Cylindrical-coordinate representation of color #CFA6F4: hue angle of 271.54º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA6F4 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 166 | 244 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.04 |
| HSL | 271.54º | 0.78% | 0.8% | - |
| HSV(B) | 271.54º | 0.32% | 0.96% | - |
| XYZ | 55.7 | 47.07 | 91.74 | - |
| YUV | 187.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 244 | 0.15 | 0.32 | 0 | 0.04 | 271.54 | 0.78 | 0.8 |
| Hex | CF | A6 | F4 | F | 20 | 0 | 4 | 110 | 4E | 50 |
| Octal | 317 | 246 | 364 | 17 | 40 | 0 | 4 | 420 | 116 | 120 |
| Binary | 11001111 | 10100110 | 11110100 | 1111 | 100000 | 0 | 100 | 100010000 | 1001110 | 1010000 |
Color Harmonies of #CFA6F4
Complementary color
Monochromatic Colors of #CFA6F4
Black with #CFA6F4
Text Example
Text Example
White with #CFA6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA6F4; }
p { color: rgb(207,166,244); }
H1.HeaderClassName
{
color: #CFA6F4;
}
.AnyTagClassName
{
color: #CFA6F4;
}
</style>
background-color css
<style>
a { background-color: #CFA6F4; }
a { background-color: rgb(207,166,244); }
div.DivClassName
{
background-color: #CFA6F4;
}
.BgClassName
{
background-color: #CFA6F4;
}
</style>
border-color css
<style>
span { border-color: #CFA6F4; }
span { border-color: rgb(207,166,244); }
td.TdClassName
{
border-color: #CFA6F4;
}
.TagClassName
{
border-color: #CFA6F4;
}
</style>