Shades of Mauve #CBA7FA
Tints of Mauve #CBA7FA
RGB
CMYK
RGB Variations
Color information
#CBA7FA (or 0xCBA7FA) is known color: Mauve. HEX triplet: CB, A7 and FA. RGB value is (203,167,250). Sum of RGB (Red+Green+Blue) = 203+167+250=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 167 (65.62% from 255 or 26.94% 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 #CBA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FA is #345805. Grayscale: #BABABA. Windows color (decimal): -3430406 or 16426955. OLE color: 16426955.
HSL color Cylindrical-coordinate representation of color #CBA7FA: hue angle of 266.02º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA7FA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 167 | 250 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.02 |
| HSL | 266.02º | 0.89% | 0.82% | - |
| HSV(B) | 266.02º | 0.33% | 0.98% | - |
| XYZ | 55.7 | 47.24 | 96.62 | - |
| YUV | 187.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 250 | 0.19 | 0.33 | 0 | 0.02 | 266.02 | 0.89 | 0.82 |
| Hex | CB | A7 | FA | 13 | 21 | 0 | 2 | 10A | 59 | 52 |
| Octal | 313 | 247 | 372 | 23 | 41 | 0 | 2 | 412 | 131 | 122 |
| Binary | 11001011 | 10100111 | 11111010 | 10011 | 100001 | 0 | 10 | 100001010 | 1011001 | 1010010 |
Color Harmonies of #CBA7FA
Complementary color
Monochromatic Colors of #CBA7FA
Black with #CBA7FA
Text Example
Text Example
White with #CBA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7FA; }
p { color: rgb(203,167,250); }
H1.HeaderClassName
{
color: #CBA7FA;
}
.AnyTagClassName
{
color: #CBA7FA;
}
</style>
background-color css
<style>
a { background-color: #CBA7FA; }
a { background-color: rgb(203,167,250); }
div.DivClassName
{
background-color: #CBA7FA;
}
.BgClassName
{
background-color: #CBA7FA;
}
</style>
border-color css
<style>
span { border-color: #CBA7FA; }
span { border-color: rgb(203,167,250); }
td.TdClassName
{
border-color: #CBA7FA;
}
.TagClassName
{
border-color: #CBA7FA;
}
</style>