Shades of Mauve #D1A6F9
Tints of Mauve #D1A6F9
RGB
CMYK
RGB Variations
Color information
#D1A6F9 (or 0xD1A6F9) is known color: Mauve. HEX triplet: D1, A6 and F9. RGB value is (209,166,249). Sum of RGB (Red+Green+Blue) = 209+166+249=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1A6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6F9 is #2E5906. Grayscale: #BCBCBC. Windows color (decimal): -3037447 or 16361169. OLE color: 16361169.
HSL color Cylindrical-coordinate representation of color #D1A6F9: hue angle of 271.08º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A6F9 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 166 | 249 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.02 |
| HSL | 271.08º | 0.87% | 0.81% | - |
| HSV(B) | 271.08º | 0.33% | 0.98% | - |
| XYZ | 57.03 | 47.67 | 95.82 | - |
| YUV | 188.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 249 | 0.16 | 0.33 | 0 | 0.02 | 271.08 | 0.87 | 0.81 |
| Hex | D1 | A6 | F9 | 10 | 21 | 0 | 2 | 10F | 57 | 51 |
| Octal | 321 | 246 | 371 | 20 | 41 | 0 | 2 | 417 | 127 | 121 |
| Binary | 11010001 | 10100110 | 11111001 | 10000 | 100001 | 0 | 10 | 100001111 | 1010111 | 1010001 |
Color Harmonies of #D1A6F9
Complementary color
Monochromatic Colors of #D1A6F9
Black with #D1A6F9
Text Example
Text Example
White with #D1A6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6F9; }
p { color: rgb(209,166,249); }
H1.HeaderClassName
{
color: #D1A6F9;
}
.AnyTagClassName
{
color: #D1A6F9;
}
</style>
background-color css
<style>
a { background-color: #D1A6F9; }
a { background-color: rgb(209,166,249); }
div.DivClassName
{
background-color: #D1A6F9;
}
.BgClassName
{
background-color: #D1A6F9;
}
</style>
border-color css
<style>
span { border-color: #D1A6F9; }
span { border-color: rgb(209,166,249); }
td.TdClassName
{
border-color: #D1A6F9;
}
.TagClassName
{
border-color: #D1A6F9;
}
</style>