Shades of Mauve #C8ABFA
Tints of Mauve #C8ABFA
RGB
CMYK
RGB Variations
Color information
#C8ABFA (or 0xC8ABFA) is known color: Mauve. HEX triplet: C8, AB and FA. RGB value is (200,171,250). Sum of RGB (Red+Green+Blue) = 200+171+250=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFA is #375405. Grayscale: #BCBCBC. Windows color (decimal): -3625990 or 16427976. OLE color: 16427976.
HSL color Cylindrical-coordinate representation of color #C8ABFA: hue angle of 262.03º degrees, saturation: 0.89, 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 #C8ABFA is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 171 | 250 | - |
| CMYK | 0.2 | 0.32 | 0 | 0.02 |
| HSL | 262.03º | 0.89% | 0.83% | - |
| HSV(B) | 262.03º | 0.32% | 0.98% | - |
| XYZ | 55.64 | 48.31 | 96.83 | - |
| YUV | 188.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 250 | 0.2 | 0.32 | 0 | 0.02 | 262.03 | 0.89 | 0.83 |
| Hex | C8 | AB | FA | 14 | 20 | 0 | 2 | 106 | 59 | 53 |
| Octal | 310 | 253 | 372 | 24 | 40 | 0 | 2 | 406 | 131 | 123 |
| Binary | 11001000 | 10101011 | 11111010 | 10100 | 100000 | 0 | 10 | 100000110 | 1011001 | 1010011 |
Color Harmonies of #C8ABFA
Complementary color
Monochromatic Colors of #C8ABFA
Black with #C8ABFA
Text Example
Text Example
White with #C8ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABFA; }
p { color: rgb(200,171,250); }
H1.HeaderClassName
{
color: #C8ABFA;
}
.AnyTagClassName
{
color: #C8ABFA;
}
</style>
background-color css
<style>
a { background-color: #C8ABFA; }
a { background-color: rgb(200,171,250); }
div.DivClassName
{
background-color: #C8ABFA;
}
.BgClassName
{
background-color: #C8ABFA;
}
</style>
border-color css
<style>
span { border-color: #C8ABFA; }
span { border-color: rgb(200,171,250); }
td.TdClassName
{
border-color: #C8ABFA;
}
.TagClassName
{
border-color: #C8ABFA;
}
</style>