Shades of Mauve #CFA1FF
Tints of Mauve #CFA1FF
RGB
CMYK
RGB Variations
Color information
#CFA1FF (or 0xCFA1FF) is known color: Mauve. HEX triplet: CF, A1 and FF. RGB value is (207,161,255). Sum of RGB (Red+Green+Blue) = 207+161+255=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1FF is #305E00. Grayscale: #B9B9B9. Windows color (decimal): -3169793 or 16753103. OLE color: 16753103.
HSL color Cylindrical-coordinate representation of color #CFA1FF: hue angle of 269.36º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFA1FF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 161 | 255 | - |
| CMYK | 0.19 | 0.37 | 0 | 0 |
| HSL | 269.36º | 1% | 0.82% | - |
| HSV(B) | 269.36º | 0.37% | 1% | - |
| XYZ | 56.53 | 45.98 | 100.5 | - |
| YUV | 185.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 255 | 0.19 | 0.37 | 0 | 0 | 269.36 | 1 | 0.82 |
| Hex | CF | A1 | FF | 13 | 25 | 0 | 0 | 10D | 64 | 52 |
| Octal | 317 | 241 | 377 | 23 | 45 | 0 | 0 | 415 | 144 | 122 |
| Binary | 11001111 | 10100001 | 11111111 | 10011 | 100101 | 0 | 0 | 100001101 | 1100100 | 1010010 |
Color Harmonies of #CFA1FF
Complementary color
Monochromatic Colors of #CFA1FF
Black with #CFA1FF
Text Example
Text Example
White with #CFA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA1FF; }
p { color: rgb(207,161,255); }
H1.HeaderClassName
{
color: #CFA1FF;
}
.AnyTagClassName
{
color: #CFA1FF;
}
</style>
background-color css
<style>
a { background-color: #CFA1FF; }
a { background-color: rgb(207,161,255); }
div.DivClassName
{
background-color: #CFA1FF;
}
.BgClassName
{
background-color: #CFA1FF;
}
</style>
border-color css
<style>
span { border-color: #CFA1FF; }
span { border-color: rgb(207,161,255); }
td.TdClassName
{
border-color: #CFA1FF;
}
.TagClassName
{
border-color: #CFA1FF;
}
</style>