Shades of Mauve #C7ABFF
Tints of Mauve #C7ABFF
RGB
CMYK
RGB Variations
Color information
#C7ABFF (or 0xC7ABFF) is known color: Mauve. HEX triplet: C7, AB and FF. RGB value is (199,171,255). Sum of RGB (Red+Green+Blue) = 199+171+255=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABFF is #385400. Grayscale: #BCBCBC. Windows color (decimal): -3691521 or 16755655. OLE color: 16755655.
HSL color Cylindrical-coordinate representation of color #C7ABFF: hue angle of 260º 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 #C7ABFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 171 | 255 | - |
| CMYK | 0.22 | 0.33 | 0 | 0 |
| HSL | 260º | 1% | 0.84% | - |
| HSV(B) | 260º | 0.33% | 1% | - |
| XYZ | 56.17 | 48.49 | 101.01 | - |
| YUV | 188.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 255 | 0.22 | 0.33 | 0 | 0 | 260 | 1 | 0.84 |
| Hex | C7 | AB | FF | 16 | 21 | 0 | 0 | 104 | 64 | 54 |
| Octal | 307 | 253 | 377 | 26 | 41 | 0 | 0 | 404 | 144 | 124 |
| Binary | 11000111 | 10101011 | 11111111 | 10110 | 100001 | 0 | 0 | 100000100 | 1100100 | 1010100 |
Color Harmonies of #C7ABFF
Complementary color
Monochromatic Colors of #C7ABFF
Black with #C7ABFF
Text Example
Text Example
White with #C7ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABFF; }
p { color: rgb(199,171,255); }
H1.HeaderClassName
{
color: #C7ABFF;
}
.AnyTagClassName
{
color: #C7ABFF;
}
</style>
background-color css
<style>
a { background-color: #C7ABFF; }
a { background-color: rgb(199,171,255); }
div.DivClassName
{
background-color: #C7ABFF;
}
.BgClassName
{
background-color: #C7ABFF;
}
</style>
border-color css
<style>
span { border-color: #C7ABFF; }
span { border-color: rgb(199,171,255); }
td.TdClassName
{
border-color: #C7ABFF;
}
.TagClassName
{
border-color: #C7ABFF;
}
</style>