Shades of Mauve #C7ABFB
Tints of Mauve #C7ABFB
RGB
CMYK
RGB Variations
Color information
#C7ABFB (or 0xC7ABFB) is known color: Mauve. HEX triplet: C7, AB and FB. RGB value is (199,171,251). Sum of RGB (Red+Green+Blue) = 199+171+251=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABFB is #385404. Grayscale: #BCBCBC. Windows color (decimal): -3691525 or 16493511. OLE color: 16493511.
HSL color Cylindrical-coordinate representation of color #C7ABFB: hue angle of 261º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7ABFB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 171 | 251 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.02 |
| HSL | 261º | 0.91% | 0.83% | - |
| HSV(B) | 261º | 0.32% | 0.98% | - |
| XYZ | 55.53 | 48.23 | 97.65 | - |
| YUV | 188.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 251 | 0.21 | 0.32 | 0 | 0.02 | 261 | 0.91 | 0.83 |
| Hex | C7 | AB | FB | 15 | 20 | 0 | 2 | 105 | 5B | 53 |
| Octal | 307 | 253 | 373 | 25 | 40 | 0 | 2 | 405 | 133 | 123 |
| Binary | 11000111 | 10101011 | 11111011 | 10101 | 100000 | 0 | 10 | 100000101 | 1011011 | 1010011 |
Color Harmonies of #C7ABFB
Complementary color
Monochromatic Colors of #C7ABFB
Black with #C7ABFB
Text Example
Text Example
White with #C7ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABFB; }
p { color: rgb(199,171,251); }
H1.HeaderClassName
{
color: #C7ABFB;
}
.AnyTagClassName
{
color: #C7ABFB;
}
</style>
background-color css
<style>
a { background-color: #C7ABFB; }
a { background-color: rgb(199,171,251); }
div.DivClassName
{
background-color: #C7ABFB;
}
.BgClassName
{
background-color: #C7ABFB;
}
</style>
border-color css
<style>
span { border-color: #C7ABFB; }
span { border-color: rgb(199,171,251); }
td.TdClassName
{
border-color: #C7ABFB;
}
.TagClassName
{
border-color: #C7ABFB;
}
</style>