Shades of Mauve #D3A0FA
Tints of Mauve #D3A0FA
RGB
CMYK
RGB Variations
Color information
#D3A0FA (or 0xD3A0FA) is known color: Mauve. HEX triplet: D3, A0 and FA. RGB value is (211,160,250). Sum of RGB (Red+Green+Blue) = 211+160+250=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3A0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A0FA is #2C5F05. Grayscale: #B9B9B9. Windows color (decimal): -2907910 or 16425171. OLE color: 16425171.
HSL color Cylindrical-coordinate representation of color #D3A0FA: hue angle of 274º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3A0FA is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 160 | 250 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.02 |
| HSL | 274º | 0.9% | 0.8% | - |
| HSV(B) | 274º | 0.36% | 0.98% | - |
| XYZ | 56.69 | 45.89 | 96.31 | - |
| YUV | 185.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 250 | 0.16 | 0.36 | 0 | 0.02 | 274 | 0.9 | 0.8 |
| Hex | D3 | A0 | FA | 10 | 24 | 0 | 2 | 112 | 5A | 50 |
| Octal | 323 | 240 | 372 | 20 | 44 | 0 | 2 | 422 | 132 | 120 |
| Binary | 11010011 | 10100000 | 11111010 | 10000 | 100100 | 0 | 10 | 100010010 | 1011010 | 1010000 |
Color Harmonies of #D3A0FA
Complementary color
Monochromatic Colors of #D3A0FA
Black with #D3A0FA
Text Example
Text Example
White with #D3A0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A0FA; }
p { color: rgb(211,160,250); }
H1.HeaderClassName
{
color: #D3A0FA;
}
.AnyTagClassName
{
color: #D3A0FA;
}
</style>
background-color css
<style>
a { background-color: #D3A0FA; }
a { background-color: rgb(211,160,250); }
div.DivClassName
{
background-color: #D3A0FA;
}
.BgClassName
{
background-color: #D3A0FA;
}
</style>
border-color css
<style>
span { border-color: #D3A0FA; }
span { border-color: rgb(211,160,250); }
td.TdClassName
{
border-color: #D3A0FA;
}
.TagClassName
{
border-color: #D3A0FA;
}
</style>