Shades of Mauve #CFA9FF
Tints of Mauve #CFA9FF
RGB
CMYK
RGB Variations
Color information
#CFA9FF (or 0xCFA9FF) is known color: Mauve. HEX triplet: CF, A9 and FF. RGB value is (207,169,255). Sum of RGB (Red+Green+Blue) = 207+169+255=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9FF is #305600. Grayscale: #BDBDBD. Windows color (decimal): -3167745 or 16755151. OLE color: 16755151.
HSL color Cylindrical-coordinate representation of color #CFA9FF: hue angle of 266.51º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA9FF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 169 | 255 | - |
| CMYK | 0.19 | 0.34 | 0 | 0 |
| HSL | 266.51º | 1% | 0.83% | - |
| HSV(B) | 266.51º | 0.34% | 1% | - |
| XYZ | 57.97 | 48.86 | 100.98 | - |
| YUV | 190.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 255 | 0.19 | 0.34 | 0 | 0 | 266.51 | 1 | 0.83 |
| Hex | CF | A9 | FF | 13 | 22 | 0 | 0 | 10B | 64 | 53 |
| Octal | 317 | 251 | 377 | 23 | 42 | 0 | 0 | 413 | 144 | 123 |
| Binary | 11001111 | 10101001 | 11111111 | 10011 | 100010 | 0 | 0 | 100001011 | 1100100 | 1010011 |
Color Harmonies of #CFA9FF
Complementary color
Monochromatic Colors of #CFA9FF
Black with #CFA9FF
Text Example
Text Example
White with #CFA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA9FF; }
p { color: rgb(207,169,255); }
H1.HeaderClassName
{
color: #CFA9FF;
}
.AnyTagClassName
{
color: #CFA9FF;
}
</style>
background-color css
<style>
a { background-color: #CFA9FF; }
a { background-color: rgb(207,169,255); }
div.DivClassName
{
background-color: #CFA9FF;
}
.BgClassName
{
background-color: #CFA9FF;
}
</style>
border-color css
<style>
span { border-color: #CFA9FF; }
span { border-color: rgb(207,169,255); }
td.TdClassName
{
border-color: #CFA9FF;
}
.TagClassName
{
border-color: #CFA9FF;
}
</style>