Shades of Mauve #CBA9FA
Tints of Mauve #CBA9FA
RGB
CMYK
RGB Variations
Color information
#CBA9FA (or 0xCBA9FA) is known color: Mauve. HEX triplet: CB, A9 and FA. RGB value is (203,169,250). Sum of RGB (Red+Green+Blue) = 203+169+250=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9FA is #345605. Grayscale: #BCBCBC. Windows color (decimal): -3429894 or 16427467. OLE color: 16427467.
HSL color Cylindrical-coordinate representation of color #CBA9FA: hue angle of 265.19º 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 #CBA9FA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 169 | 250 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.02 |
| HSL | 265.19º | 0.89% | 0.82% | - |
| HSV(B) | 265.19º | 0.32% | 0.98% | - |
| XYZ | 56.07 | 47.97 | 96.75 | - |
| YUV | 188.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 250 | 0.19 | 0.32 | 0 | 0.02 | 265.19 | 0.89 | 0.82 |
| Hex | CB | A9 | FA | 13 | 20 | 0 | 2 | 109 | 59 | 52 |
| Octal | 313 | 251 | 372 | 23 | 40 | 0 | 2 | 411 | 131 | 122 |
| Binary | 11001011 | 10101001 | 11111010 | 10011 | 100000 | 0 | 10 | 100001001 | 1011001 | 1010010 |
Color Harmonies of #CBA9FA
Complementary color
Monochromatic Colors of #CBA9FA
Black with #CBA9FA
Text Example
Text Example
White with #CBA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9FA; }
p { color: rgb(203,169,250); }
H1.HeaderClassName
{
color: #CBA9FA;
}
.AnyTagClassName
{
color: #CBA9FA;
}
</style>
background-color css
<style>
a { background-color: #CBA9FA; }
a { background-color: rgb(203,169,250); }
div.DivClassName
{
background-color: #CBA9FA;
}
.BgClassName
{
background-color: #CBA9FA;
}
</style>
border-color css
<style>
span { border-color: #CBA9FA; }
span { border-color: rgb(203,169,250); }
td.TdClassName
{
border-color: #CBA9FA;
}
.TagClassName
{
border-color: #CBA9FA;
}
</style>