Shades of Mauve #CBA2FA
Tints of Mauve #CBA2FA
RGB
CMYK
RGB Variations
Color information
#CBA2FA (or 0xCBA2FA) is known color: Mauve. HEX triplet: CB, A2 and FA. RGB value is (203,162,250). Sum of RGB (Red+Green+Blue) = 203+162+250=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA2FA is #345D05. Grayscale: #B7B7B7. Windows color (decimal): -3431686 or 16425675. OLE color: 16425675.
HSL color Cylindrical-coordinate representation of color #CBA2FA: hue angle of 267.95º 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 #CBA2FA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 162 | 250 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.02 |
| HSL | 267.95º | 0.9% | 0.81% | - |
| HSV(B) | 267.95º | 0.35% | 0.98% | - |
| XYZ | 54.8 | 45.44 | 96.32 | - |
| YUV | 184.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 250 | 0.19 | 0.35 | 0 | 0.02 | 267.95 | 0.9 | 0.81 |
| Hex | CB | A2 | FA | 13 | 23 | 0 | 2 | 10C | 5A | 51 |
| Octal | 313 | 242 | 372 | 23 | 43 | 0 | 2 | 414 | 132 | 121 |
| Binary | 11001011 | 10100010 | 11111010 | 10011 | 100011 | 0 | 10 | 100001100 | 1011010 | 1010001 |
Color Harmonies of #CBA2FA
Complementary color
Monochromatic Colors of #CBA2FA
Black with #CBA2FA
Text Example
Text Example
White with #CBA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2FA; }
p { color: rgb(203,162,250); }
H1.HeaderClassName
{
color: #CBA2FA;
}
.AnyTagClassName
{
color: #CBA2FA;
}
</style>
background-color css
<style>
a { background-color: #CBA2FA; }
a { background-color: rgb(203,162,250); }
div.DivClassName
{
background-color: #CBA2FA;
}
.BgClassName
{
background-color: #CBA2FA;
}
</style>
border-color css
<style>
span { border-color: #CBA2FA; }
span { border-color: rgb(203,162,250); }
td.TdClassName
{
border-color: #CBA2FA;
}
.TagClassName
{
border-color: #CBA2FA;
}
</style>