Shades of Mauve #CBA1FF
Tints of Mauve #CBA1FF
RGB
CMYK
RGB Variations
Color information
#CBA1FF (or 0xCBA1FF) is known color: Mauve. HEX triplet: CB, A1 and FF. RGB value is (203,161,255). Sum of RGB (Red+Green+Blue) = 203+161+255=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1FF is #345E00. Grayscale: #B7B7B7. Windows color (decimal): -3431937 or 16753099. OLE color: 16753099.
HSL color Cylindrical-coordinate representation of color #CBA1FF: hue angle of 266.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBA1FF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 161 | 255 | - |
| CMYK | 0.20 | 0.37 | 0 | 0 |
| HSL | 266.81º | 1% | 0.82% | - |
| HSV(B) | 266.81º | 0.37% | 1% | - |
| XYZ | 55.42 | 45.41 | 100.45 | - |
| YUV | 184.27 | 167.91 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 255 | 0.20 | 0.37 | 0 | 0 | 266.81 | 1 | 0.82 |
| Hex | CB | A1 | FF | 14 | 25 | 0 | 0 | 10B | 64 | 52 |
| Octal | 313 | 241 | 377 | 24 | 45 | 0 | 0 | 413 | 144 | 122 |
| Binary | 11001011 | 10100001 | 11111111 | 10100 | 100101 | 0 | 0 | 100001011 | 1100100 | 1010010 |
Color Harmonies of #CBA1FF
Complementary color
Monochromatic Colors of #CBA1FF
Black with #CBA1FF
Text Example
Text Example
White with #CBA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1FF; }
p { color: rgb(203,161,255); }
H1.HeaderClassName
{
color: #CBA1FF;
}
.AnyTagClassName
{
color: #CBA1FF;
}
</style>
background-color css
<style>
a { background-color: #CBA1FF; }
a { background-color: rgb(203,161,255); }
div.DivClassName
{
background-color: #CBA1FF;
}
.BgClassName
{
background-color: #CBA1FF;
}
</style>
border-color css
<style>
span { border-color: #CBA1FF; }
span { border-color: rgb(203,161,255); }
td.TdClassName
{
border-color: #CBA1FF;
}
.TagClassName
{
border-color: #CBA1FF;
}
</style>