Shades of Mauve #D1A7FA
Tints of Mauve #D1A7FA
RGB
CMYK
RGB Variations
Color information
#D1A7FA (or 0xD1A7FA) is known color: Mauve. HEX triplet: D1, A7 and FA. RGB value is (209,167,250). Sum of RGB (Red+Green+Blue) = 209+167+250=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A7FA is #2E5805. Grayscale: #BCBCBC. Windows color (decimal): -3037190 or 16426961. OLE color: 16426961.
HSL color Cylindrical-coordinate representation of color #D1A7FA: hue angle of 270.36º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A7FA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 167 | 250 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.02 |
| HSL | 270.36º | 0.89% | 0.82% | - |
| HSV(B) | 270.36º | 0.33% | 0.98% | - |
| XYZ | 57.37 | 48.09 | 96.7 | - |
| YUV | 189.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 250 | 0.16 | 0.33 | 0 | 0.02 | 270.36 | 0.89 | 0.82 |
| Hex | D1 | A7 | FA | 10 | 21 | 0 | 2 | 10E | 59 | 52 |
| Octal | 321 | 247 | 372 | 20 | 41 | 0 | 2 | 416 | 131 | 122 |
| Binary | 11010001 | 10100111 | 11111010 | 10000 | 100001 | 0 | 10 | 100001110 | 1011001 | 1010010 |
Color Harmonies of #D1A7FA
Complementary color
Monochromatic Colors of #D1A7FA
Black with #D1A7FA
Text Example
Text Example
White with #D1A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7FA; }
p { color: rgb(209,167,250); }
H1.HeaderClassName
{
color: #D1A7FA;
}
.AnyTagClassName
{
color: #D1A7FA;
}
</style>
background-color css
<style>
a { background-color: #D1A7FA; }
a { background-color: rgb(209,167,250); }
div.DivClassName
{
background-color: #D1A7FA;
}
.BgClassName
{
background-color: #D1A7FA;
}
</style>
border-color css
<style>
span { border-color: #D1A7FA; }
span { border-color: rgb(209,167,250); }
td.TdClassName
{
border-color: #D1A7FA;
}
.TagClassName
{
border-color: #D1A7FA;
}
</style>