Shades of Mauve #CBA1FA
Tints of Mauve #CBA1FA
RGB
CMYK
RGB Variations
Color information
#CBA1FA (or 0xCBA1FA) is known color: Mauve. HEX triplet: CB, A1 and FA. RGB value is (203,161,250). Sum of RGB (Red+Green+Blue) = 203+161+250=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1FA is #345E05. Grayscale: #B7B7B7. Windows color (decimal): -3431942 or 16425419. OLE color: 16425419.
HSL color Cylindrical-coordinate representation of color #CBA1FA: hue angle of 268.31º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBA1FA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 161 | 250 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.02 |
| HSL | 268.31º | 0.9% | 0.81% | - |
| HSV(B) | 268.31º | 0.36% | 0.98% | - |
| XYZ | 54.63 | 45.09 | 96.27 | - |
| YUV | 183.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 250 | 0.19 | 0.36 | 0 | 0.02 | 268.31 | 0.9 | 0.81 |
| Hex | CB | A1 | FA | 13 | 24 | 0 | 2 | 10C | 5A | 51 |
| Octal | 313 | 241 | 372 | 23 | 44 | 0 | 2 | 414 | 132 | 121 |
| Binary | 11001011 | 10100001 | 11111010 | 10011 | 100100 | 0 | 10 | 100001100 | 1011010 | 1010001 |
Color Harmonies of #CBA1FA
Complementary color
Monochromatic Colors of #CBA1FA
Black with #CBA1FA
Text Example
Text Example
White with #CBA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1FA; }
p { color: rgb(203,161,250); }
H1.HeaderClassName
{
color: #CBA1FA;
}
.AnyTagClassName
{
color: #CBA1FA;
}
</style>
background-color css
<style>
a { background-color: #CBA1FA; }
a { background-color: rgb(203,161,250); }
div.DivClassName
{
background-color: #CBA1FA;
}
.BgClassName
{
background-color: #CBA1FA;
}
</style>
border-color css
<style>
span { border-color: #CBA1FA; }
span { border-color: rgb(203,161,250); }
td.TdClassName
{
border-color: #CBA1FA;
}
.TagClassName
{
border-color: #CBA1FA;
}
</style>