Shades of Mauve #D3A6FA
Tints of Mauve #D3A6FA
RGB
CMYK
RGB Variations
Color information
#D3A6FA (or 0xD3A6FA) is known color: Mauve. HEX triplet: D3, A6 and FA. RGB value is (211,166,250). Sum of RGB (Red+Green+Blue) = 211+166+250=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A6FA is #2C5905. Grayscale: #BCBCBC. Windows color (decimal): -2906374 or 16426707. OLE color: 16426707.
HSL color Cylindrical-coordinate representation of color #D3A6FA: hue angle of 272.14º 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 #D3A6FA is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 166 | 250 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.02 |
| HSL | 272.14º | 0.89% | 0.82% | - |
| HSV(B) | 272.14º | 0.34% | 0.98% | - |
| XYZ | 57.76 | 48.02 | 96.67 | - |
| YUV | 189.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 166 | 250 | 0.16 | 0.34 | 0 | 0.02 | 272.14 | 0.89 | 0.82 |
| Hex | D3 | A6 | FA | 10 | 22 | 0 | 2 | 110 | 59 | 52 |
| Octal | 323 | 246 | 372 | 20 | 42 | 0 | 2 | 420 | 131 | 122 |
| Binary | 11010011 | 10100110 | 11111010 | 10000 | 100010 | 0 | 10 | 100010000 | 1011001 | 1010010 |
Color Harmonies of #D3A6FA
Complementary color
Monochromatic Colors of #D3A6FA
Black with #D3A6FA
Text Example
Text Example
White with #D3A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A6FA; }
p { color: rgb(211,166,250); }
H1.HeaderClassName
{
color: #D3A6FA;
}
.AnyTagClassName
{
color: #D3A6FA;
}
</style>
background-color css
<style>
a { background-color: #D3A6FA; }
a { background-color: rgb(211,166,250); }
div.DivClassName
{
background-color: #D3A6FA;
}
.BgClassName
{
background-color: #D3A6FA;
}
</style>
border-color css
<style>
span { border-color: #D3A6FA; }
span { border-color: rgb(211,166,250); }
td.TdClassName
{
border-color: #D3A6FA;
}
.TagClassName
{
border-color: #D3A6FA;
}
</style>