Shades of Mauve #CFA3FA
Tints of Mauve #CFA3FA
RGB
CMYK
RGB Variations
Color information
#CFA3FA (or 0xCFA3FA) is known color: Mauve. HEX triplet: CF, A3 and FA. RGB value is (207,163,250). Sum of RGB (Red+Green+Blue) = 207+163+250=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA3FA is #305C05. Grayscale: #B9B9B9. Windows color (decimal): -3169286 or 16425935. OLE color: 16425935.
HSL color Cylindrical-coordinate representation of color #CFA3FA: hue angle of 270.34º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA3FA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 163 | 250 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.02 |
| HSL | 270.34º | 0.9% | 0.81% | - |
| HSV(B) | 270.34º | 0.35% | 0.98% | - |
| XYZ | 56.08 | 46.36 | 96.44 | - |
| YUV | 186.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 250 | 0.17 | 0.35 | 0 | 0.02 | 270.34 | 0.9 | 0.81 |
| Hex | CF | A3 | FA | 11 | 23 | 0 | 2 | 10E | 5A | 51 |
| Octal | 317 | 243 | 372 | 21 | 43 | 0 | 2 | 416 | 132 | 121 |
| Binary | 11001111 | 10100011 | 11111010 | 10001 | 100011 | 0 | 10 | 100001110 | 1011010 | 1010001 |
Color Harmonies of #CFA3FA
Complementary color
Monochromatic Colors of #CFA3FA
Black with #CFA3FA
Text Example
Text Example
White with #CFA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA3FA; }
p { color: rgb(207,163,250); }
H1.HeaderClassName
{
color: #CFA3FA;
}
.AnyTagClassName
{
color: #CFA3FA;
}
</style>
background-color css
<style>
a { background-color: #CFA3FA; }
a { background-color: rgb(207,163,250); }
div.DivClassName
{
background-color: #CFA3FA;
}
.BgClassName
{
background-color: #CFA3FA;
}
</style>
border-color css
<style>
span { border-color: #CFA3FA; }
span { border-color: rgb(207,163,250); }
td.TdClassName
{
border-color: #CFA3FA;
}
.TagClassName
{
border-color: #CFA3FA;
}
</style>