Shades of Mauve #D1A6FA
Tints of Mauve #D1A6FA
RGB
CMYK
RGB Variations
Color information
#D1A6FA (or 0xD1A6FA) is known color: Mauve. HEX triplet: D1, A6 and FA. RGB value is (209,166,250). Sum of RGB (Red+Green+Blue) = 209+166+250=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6FA is #2E5905. Grayscale: #BCBCBC. Windows color (decimal): -3037446 or 16426705. OLE color: 16426705.
HSL color Cylindrical-coordinate representation of color #D1A6FA: hue angle of 270.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1A6FA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 166 | 250 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.02 |
| HSL | 270.71º | 0.89% | 0.82% | - |
| HSV(B) | 270.71º | 0.34% | 0.98% | - |
| XYZ | 57.19 | 47.73 | 96.64 | - |
| YUV | 188.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 250 | 0.16 | 0.34 | 0 | 0.02 | 270.71 | 0.89 | 0.82 |
| Hex | D1 | A6 | FA | 10 | 22 | 0 | 2 | 10F | 59 | 52 |
| Octal | 321 | 246 | 372 | 20 | 42 | 0 | 2 | 417 | 131 | 122 |
| Binary | 11010001 | 10100110 | 11111010 | 10000 | 100010 | 0 | 10 | 100001111 | 1011001 | 1010010 |
Color Harmonies of #D1A6FA
Complementary color
Monochromatic Colors of #D1A6FA
Black with #D1A6FA
Text Example
Text Example
White with #D1A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6FA; }
p { color: rgb(209,166,250); }
H1.HeaderClassName
{
color: #D1A6FA;
}
.AnyTagClassName
{
color: #D1A6FA;
}
</style>
background-color css
<style>
a { background-color: #D1A6FA; }
a { background-color: rgb(209,166,250); }
div.DivClassName
{
background-color: #D1A6FA;
}
.BgClassName
{
background-color: #D1A6FA;
}
</style>
border-color css
<style>
span { border-color: #D1A6FA; }
span { border-color: rgb(209,166,250); }
td.TdClassName
{
border-color: #D1A6FA;
}
.TagClassName
{
border-color: #D1A6FA;
}
</style>