Shades of Mauve #C6ABFF
Tints of Mauve #C6ABFF
RGB
CMYK
RGB Variations
Color information
#C6ABFF (or 0xC6ABFF) is known color: Mauve. HEX triplet: C6, AB and FF. RGB value is (198,171,255). Sum of RGB (Red+Green+Blue) = 198+171+255=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABFF is #395400. Grayscale: #BCBCBC. Windows color (decimal): -3757057 or 16755654. OLE color: 16755654.
HSL color Cylindrical-coordinate representation of color #C6ABFF: hue angle of 259.29º 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 #C6ABFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 171 | 255 | - |
| CMYK | 0.22 | 0.33 | 0 | 0 |
| HSL | 259.29º | 1% | 0.84% | - |
| HSV(B) | 259.29º | 0.33% | 1% | - |
| XYZ | 55.9 | 48.35 | 100.99 | - |
| YUV | 188.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 255 | 0.22 | 0.33 | 0 | 0 | 259.29 | 1 | 0.84 |
| Hex | C6 | AB | FF | 16 | 21 | 0 | 0 | 103 | 64 | 54 |
| Octal | 306 | 253 | 377 | 26 | 41 | 0 | 0 | 403 | 144 | 124 |
| Binary | 11000110 | 10101011 | 11111111 | 10110 | 100001 | 0 | 0 | 100000011 | 1100100 | 1010100 |
Color Harmonies of #C6ABFF
Complementary color
Monochromatic Colors of #C6ABFF
Black with #C6ABFF
Text Example
Text Example
White with #C6ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABFF; }
p { color: rgb(198,171,255); }
H1.HeaderClassName
{
color: #C6ABFF;
}
.AnyTagClassName
{
color: #C6ABFF;
}
</style>
background-color css
<style>
a { background-color: #C6ABFF; }
a { background-color: rgb(198,171,255); }
div.DivClassName
{
background-color: #C6ABFF;
}
.BgClassName
{
background-color: #C6ABFF;
}
</style>
border-color css
<style>
span { border-color: #C6ABFF; }
span { border-color: rgb(198,171,255); }
td.TdClassName
{
border-color: #C6ABFF;
}
.TagClassName
{
border-color: #C6ABFF;
}
</style>