Shades of Mauve #C7AEFF
Tints of Mauve #C7AEFF
RGB
CMYK
RGB Variations
Color information
#C7AEFF (or 0xC7AEFF) is known color: Mauve. HEX triplet: C7, AE and FF. RGB value is (199,174,255). Sum of RGB (Red+Green+Blue) = 199+174+255=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AEFF is #385100. Grayscale: #BEBEBE. Windows color (decimal): -3690753 or 16756423. OLE color: 16756423.
HSL color Cylindrical-coordinate representation of color #C7AEFF: hue angle of 258.52º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7AEFF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 174 | 255 | - |
| CMYK | 0.22 | 0.32 | 0 | 0 |
| HSL | 258.52º | 1% | 0.84% | - |
| HSV(B) | 258.52º | 0.32% | 1% | - |
| XYZ | 56.74 | 49.63 | 101.2 | - |
| YUV | 190.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 255 | 0.22 | 0.32 | 0 | 0 | 258.52 | 1 | 0.84 |
| Hex | C7 | AE | FF | 16 | 20 | 0 | 0 | 103 | 64 | 54 |
| Octal | 307 | 256 | 377 | 26 | 40 | 0 | 0 | 403 | 144 | 124 |
| Binary | 11000111 | 10101110 | 11111111 | 10110 | 100000 | 0 | 0 | 100000011 | 1100100 | 1010100 |
Color Harmonies of #C7AEFF
Complementary color
Monochromatic Colors of #C7AEFF
Black with #C7AEFF
Text Example
Text Example
White with #C7AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEFF; }
p { color: rgb(199,174,255); }
H1.HeaderClassName
{
color: #C7AEFF;
}
.AnyTagClassName
{
color: #C7AEFF;
}
</style>
background-color css
<style>
a { background-color: #C7AEFF; }
a { background-color: rgb(199,174,255); }
div.DivClassName
{
background-color: #C7AEFF;
}
.BgClassName
{
background-color: #C7AEFF;
}
</style>
border-color css
<style>
span { border-color: #C7AEFF; }
span { border-color: rgb(199,174,255); }
td.TdClassName
{
border-color: #C7AEFF;
}
.TagClassName
{
border-color: #C7AEFF;
}
</style>