Shades of Mauve #C6AAFF
Tints of Mauve #C6AAFF
RGB
CMYK
RGB Variations
Color information
#C6AAFF (or 0xC6AAFF) is known color: Mauve. HEX triplet: C6, AA and FF. RGB value is (198,170,255). Sum of RGB (Red+Green+Blue) = 198+170+255=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAFF is #395500. Grayscale: #BBBBBB. Windows color (decimal): -3757313 or 16755398. OLE color: 16755398.
HSL color Cylindrical-coordinate representation of color #C6AAFF: hue angle of 259.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6AAFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 170 | 255 | - |
| CMYK | 0.22 | 0.33 | 0 | 0 |
| HSL | 259.76º | 1% | 0.83% | - |
| HSV(B) | 259.76º | 0.33% | 1% | - |
| XYZ | 55.71 | 47.98 | 100.93 | - |
| YUV | 188.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 255 | 0.22 | 0.33 | 0 | 0 | 259.76 | 1 | 0.83 |
| Hex | C6 | AA | FF | 16 | 21 | 0 | 0 | 104 | 64 | 53 |
| Octal | 306 | 252 | 377 | 26 | 41 | 0 | 0 | 404 | 144 | 123 |
| Binary | 11000110 | 10101010 | 11111111 | 10110 | 100001 | 0 | 0 | 100000100 | 1100100 | 1010011 |
Color Harmonies of #C6AAFF
Complementary color
Monochromatic Colors of #C6AAFF
Black with #C6AAFF
Text Example
Text Example
White with #C6AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAFF; }
p { color: rgb(198,170,255); }
H1.HeaderClassName
{
color: #C6AAFF;
}
.AnyTagClassName
{
color: #C6AAFF;
}
</style>
background-color css
<style>
a { background-color: #C6AAFF; }
a { background-color: rgb(198,170,255); }
div.DivClassName
{
background-color: #C6AAFF;
}
.BgClassName
{
background-color: #C6AAFF;
}
</style>
border-color css
<style>
span { border-color: #C6AAFF; }
span { border-color: rgb(198,170,255); }
td.TdClassName
{
border-color: #C6AAFF;
}
.TagClassName
{
border-color: #C6AAFF;
}
</style>