Shades of Mauve #C7AAFF
Tints of Mauve #C7AAFF
RGB
CMYK
RGB Variations
Color information
#C7AAFF (or 0xC7AAFF) is known color: Mauve. HEX triplet: C7, AA and FF. RGB value is (199,170,255). Sum of RGB (Red+Green+Blue) = 199+170+255=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 170 (66.80% from 255 or 27.24% 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 #C7AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AAFF is #385500. Grayscale: #BCBCBC. Windows color (decimal): -3691777 or 16755399. OLE color: 16755399.
HSL color Cylindrical-coordinate representation of color #C7AAFF: hue angle of 260.47º 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 #C7AAFF is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 170 | 255 | - |
| CMYK | 0.22 | 0.33 | 0 | 0 |
| HSL | 260.47º | 1% | 0.83% | - |
| HSV(B) | 260.47º | 0.33% | 1% | - |
| XYZ | 55.98 | 48.11 | 100.94 | - |
| YUV | 188.36 | 165.61 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 170 | 255 | 0.22 | 0.33 | 0 | 0 | 260.47 | 1 | 0.83 |
| Hex | C7 | AA | FF | 16 | 21 | 0 | 0 | 104 | 64 | 53 |
| Octal | 307 | 252 | 377 | 26 | 41 | 0 | 0 | 404 | 144 | 123 |
| Binary | 11000111 | 10101010 | 11111111 | 10110 | 100001 | 0 | 0 | 100000100 | 1100100 | 1010011 |
Color Harmonies of #C7AAFF
Complementary color
Monochromatic Colors of #C7AAFF
Black with #C7AAFF
Text Example
Text Example
White with #C7AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AAFF; }
p { color: rgb(199,170,255); }
H1.HeaderClassName
{
color: #C7AAFF;
}
.AnyTagClassName
{
color: #C7AAFF;
}
</style>
background-color css
<style>
a { background-color: #C7AAFF; }
a { background-color: rgb(199,170,255); }
div.DivClassName
{
background-color: #C7AAFF;
}
.BgClassName
{
background-color: #C7AAFF;
}
</style>
border-color css
<style>
span { border-color: #C7AAFF; }
span { border-color: rgb(199,170,255); }
td.TdClassName
{
border-color: #C7AAFF;
}
.TagClassName
{
border-color: #C7AAFF;
}
</style>