Shades of Mauve #C6AAFD
Tints of Mauve #C6AAFD
RGB
CMYK
RGB Variations
Color information
#C6AAFD (or 0xC6AAFD) is known color: Mauve. HEX triplet: C6, AA and FD. RGB value is (198,170,253). Sum of RGB (Red+Green+Blue) = 198+170+253=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AAFD is #395502. Grayscale: #BBBBBB. Windows color (decimal): -3757315 or 16624326. OLE color: 16624326.
HSL color Cylindrical-coordinate representation of color #C6AAFD: hue angle of 260.24º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6AAFD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 170 | 253 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.01 |
| HSL | 260.24º | 0.95% | 0.83% | - |
| HSV(B) | 260.24º | 0.33% | 0.99% | - |
| XYZ | 55.39 | 47.85 | 99.24 | - |
| YUV | 187.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 253 | 0.22 | 0.33 | 0 | 0.01 | 260.24 | 0.95 | 0.83 |
| Hex | C6 | AA | FD | 16 | 21 | 0 | 1 | 104 | 5F | 53 |
| Octal | 306 | 252 | 375 | 26 | 41 | 0 | 1 | 404 | 137 | 123 |
| Binary | 11000110 | 10101010 | 11111101 | 10110 | 100001 | 0 | 1 | 100000100 | 1011111 | 1010011 |
Color Harmonies of #C6AAFD
Complementary color
Monochromatic Colors of #C6AAFD
Black with #C6AAFD
Text Example
Text Example
White with #C6AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAFD; }
p { color: rgb(198,170,253); }
H1.HeaderClassName
{
color: #C6AAFD;
}
.AnyTagClassName
{
color: #C6AAFD;
}
</style>
background-color css
<style>
a { background-color: #C6AAFD; }
a { background-color: rgb(198,170,253); }
div.DivClassName
{
background-color: #C6AAFD;
}
.BgClassName
{
background-color: #C6AAFD;
}
</style>
border-color css
<style>
span { border-color: #C6AAFD; }
span { border-color: rgb(198,170,253); }
td.TdClassName
{
border-color: #C6AAFD;
}
.TagClassName
{
border-color: #C6AAFD;
}
</style>