Shades of Mauve #CFA9FA
Tints of Mauve #CFA9FA
RGB
CMYK
RGB Variations
Color information
#CFA9FA (or 0xCFA9FA) is known color: Mauve. HEX triplet: CF, A9 and FA. RGB value is (207,169,250). Sum of RGB (Red+Green+Blue) = 207+169+250=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9FA is #305605. Grayscale: #BDBDBD. Windows color (decimal): -3167750 or 16427471. OLE color: 16427471.
HSL color Cylindrical-coordinate representation of color #CFA9FA: hue angle of 268.15º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA9FA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 169 | 250 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.02 |
| HSL | 268.15º | 0.89% | 0.82% | - |
| HSV(B) | 268.15º | 0.32% | 0.98% | - |
| XYZ | 57.18 | 48.54 | 96.8 | - |
| YUV | 189.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 250 | 0.17 | 0.32 | 0 | 0.02 | 268.15 | 0.89 | 0.82 |
| Hex | CF | A9 | FA | 11 | 20 | 0 | 2 | 10C | 59 | 52 |
| Octal | 317 | 251 | 372 | 21 | 40 | 0 | 2 | 414 | 131 | 122 |
| Binary | 11001111 | 10101001 | 11111010 | 10001 | 100000 | 0 | 10 | 100001100 | 1011001 | 1010010 |
Color Harmonies of #CFA9FA
Complementary color
Monochromatic Colors of #CFA9FA
Black with #CFA9FA
Text Example
Text Example
White with #CFA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9FA; }
p { color: rgb(207,169,250); }
H1.HeaderClassName
{
color: #CFA9FA;
}
.AnyTagClassName
{
color: #CFA9FA;
}
</style>
background-color css
<style>
a { background-color: #CFA9FA; }
a { background-color: rgb(207,169,250); }
div.DivClassName
{
background-color: #CFA9FA;
}
.BgClassName
{
background-color: #CFA9FA;
}
</style>
border-color css
<style>
span { border-color: #CFA9FA; }
span { border-color: rgb(207,169,250); }
td.TdClassName
{
border-color: #CFA9FA;
}
.TagClassName
{
border-color: #CFA9FA;
}
</style>