Shades of Mauve #D2A7FA
Tints of Mauve #D2A7FA
RGB
CMYK
RGB Variations
Color information
#D2A7FA (or 0xD2A7FA) is known color: Mauve. HEX triplet: D2, A7 and FA. RGB value is (210,167,250). Sum of RGB (Red+Green+Blue) = 210+167+250=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 167 (65.62% from 255 or 26.63% 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 #D2A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A7FA is #2D5805. Grayscale: #BDBDBD. Windows color (decimal): -2971654 or 16426962. OLE color: 16426962.
HSL color Cylindrical-coordinate representation of color #D2A7FA: hue angle of 271.08º 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 #D2A7FA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 167 | 250 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.02 |
| HSL | 271.08º | 0.89% | 0.82% | - |
| HSV(B) | 271.08º | 0.33% | 0.98% | - |
| XYZ | 57.65 | 48.24 | 96.72 | - |
| YUV | 189.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 250 | 0.16 | 0.33 | 0 | 0.02 | 271.08 | 0.89 | 0.82 |
| Hex | D2 | A7 | FA | 10 | 21 | 0 | 2 | 10F | 59 | 52 |
| Octal | 322 | 247 | 372 | 20 | 41 | 0 | 2 | 417 | 131 | 122 |
| Binary | 11010010 | 10100111 | 11111010 | 10000 | 100001 | 0 | 10 | 100001111 | 1011001 | 1010010 |
Color Harmonies of #D2A7FA
Complementary color
Monochromatic Colors of #D2A7FA
Black with #D2A7FA
Text Example
Text Example
White with #D2A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A7FA; }
p { color: rgb(210,167,250); }
H1.HeaderClassName
{
color: #D2A7FA;
}
.AnyTagClassName
{
color: #D2A7FA;
}
</style>
background-color css
<style>
a { background-color: #D2A7FA; }
a { background-color: rgb(210,167,250); }
div.DivClassName
{
background-color: #D2A7FA;
}
.BgClassName
{
background-color: #D2A7FA;
}
</style>
border-color css
<style>
span { border-color: #D2A7FA; }
span { border-color: rgb(210,167,250); }
td.TdClassName
{
border-color: #D2A7FA;
}
.TagClassName
{
border-color: #D2A7FA;
}
</style>