Shades of Mauve #C6ACFF
Tints of Mauve #C6ACFF
RGB
CMYK
RGB Variations
Color information
#C6ACFF (or 0xC6ACFF) is known color: Mauve. HEX triplet: C6, AC and FF. RGB value is (198,172,255). Sum of RGB (Red+Green+Blue) = 198+172+255=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 172 (67.58% from 255 or 27.52% 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 #C6ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACFF is #395300. Grayscale: #BCBCBC. Windows color (decimal): -3756801 or 16755910. OLE color: 16755910.
HSL color Cylindrical-coordinate representation of color #C6ACFF: hue angle of 258.8º 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 #C6ACFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 172 | 255 | - |
| CMYK | 0.22 | 0.33 | 0 | 0 |
| HSL | 258.8º | 1% | 0.84% | - |
| HSV(B) | 258.8º | 0.33% | 1% | - |
| XYZ | 56.09 | 48.73 | 101.06 | - |
| YUV | 189.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 255 | 0.22 | 0.33 | 0 | 0 | 258.8 | 1 | 0.84 |
| Hex | C6 | AC | FF | 16 | 21 | 0 | 0 | 103 | 64 | 54 |
| Octal | 306 | 254 | 377 | 26 | 41 | 0 | 0 | 403 | 144 | 124 |
| Binary | 11000110 | 10101100 | 11111111 | 10110 | 100001 | 0 | 0 | 100000011 | 1100100 | 1010100 |
Color Harmonies of #C6ACFF
Complementary color
Monochromatic Colors of #C6ACFF
Black with #C6ACFF
Text Example
Text Example
White with #C6ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACFF; }
p { color: rgb(198,172,255); }
H1.HeaderClassName
{
color: #C6ACFF;
}
.AnyTagClassName
{
color: #C6ACFF;
}
</style>
background-color css
<style>
a { background-color: #C6ACFF; }
a { background-color: rgb(198,172,255); }
div.DivClassName
{
background-color: #C6ACFF;
}
.BgClassName
{
background-color: #C6ACFF;
}
</style>
border-color css
<style>
span { border-color: #C6ACFF; }
span { border-color: rgb(198,172,255); }
td.TdClassName
{
border-color: #C6ACFF;
}
.TagClassName
{
border-color: #C6ACFF;
}
</style>