Shades of Mauve #C8ABFF
Tints of Mauve #C8ABFF
RGB
CMYK
RGB Variations
Color information
#C8ABFF (or 0xC8ABFF) is known color: Mauve. HEX triplet: C8, AB and FF. RGB value is (200,171,255). Sum of RGB (Red+Green+Blue) = 200+171+255=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFF is #375400. Grayscale: #BCBCBC. Windows color (decimal): -3625985 or 16755656. OLE color: 16755656.
HSL color Cylindrical-coordinate representation of color #C8ABFF: hue angle of 260.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8ABFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 171 | 255 | - |
| CMYK | 0.22 | 0.33 | 0 | 0 |
| HSL | 260.71º | 1% | 0.84% | - |
| HSV(B) | 260.71º | 0.33% | 1% | - |
| XYZ | 56.43 | 48.63 | 101.02 | - |
| YUV | 189.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 255 | 0.22 | 0.33 | 0 | 0 | 260.71 | 1 | 0.84 |
| Hex | C8 | AB | FF | 16 | 21 | 0 | 0 | 105 | 64 | 54 |
| Octal | 310 | 253 | 377 | 26 | 41 | 0 | 0 | 405 | 144 | 124 |
| Binary | 11001000 | 10101011 | 11111111 | 10110 | 100001 | 0 | 0 | 100000101 | 1100100 | 1010100 |
Color Harmonies of #C8ABFF
Complementary color
Monochromatic Colors of #C8ABFF
Black with #C8ABFF
Text Example
Text Example
White with #C8ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABFF; }
p { color: rgb(200,171,255); }
H1.HeaderClassName
{
color: #C8ABFF;
}
.AnyTagClassName
{
color: #C8ABFF;
}
</style>
background-color css
<style>
a { background-color: #C8ABFF; }
a { background-color: rgb(200,171,255); }
div.DivClassName
{
background-color: #C8ABFF;
}
.BgClassName
{
background-color: #C8ABFF;
}
</style>
border-color css
<style>
span { border-color: #C8ABFF; }
span { border-color: rgb(200,171,255); }
td.TdClassName
{
border-color: #C8ABFF;
}
.TagClassName
{
border-color: #C8ABFF;
}
</style>