Shades of Mauve #D0A7FA
Tints of Mauve #D0A7FA
RGB
CMYK
RGB Variations
Color information
#D0A7FA (or 0xD0A7FA) is known color: Mauve. HEX triplet: D0, A7 and FA. RGB value is (208,167,250). Sum of RGB (Red+Green+Blue) = 208+167+250=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 167 (65.62% from 255 or 26.72% 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 #D0A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A7FA is #2F5805. Grayscale: #BCBCBC. Windows color (decimal): -3102726 or 16426960. OLE color: 16426960.
HSL color Cylindrical-coordinate representation of color #D0A7FA: hue angle of 269.64º 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 #D0A7FA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 167 | 250 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.02 |
| HSL | 269.64º | 0.89% | 0.82% | - |
| HSV(B) | 269.64º | 0.33% | 0.98% | - |
| XYZ | 57.09 | 47.95 | 96.69 | - |
| YUV | 188.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 250 | 0.17 | 0.33 | 0 | 0.02 | 269.64 | 0.89 | 0.82 |
| Hex | D0 | A7 | FA | 11 | 21 | 0 | 2 | 10E | 59 | 52 |
| Octal | 320 | 247 | 372 | 21 | 41 | 0 | 2 | 416 | 131 | 122 |
| Binary | 11010000 | 10100111 | 11111010 | 10001 | 100001 | 0 | 10 | 100001110 | 1011001 | 1010010 |
Color Harmonies of #D0A7FA
Complementary color
Monochromatic Colors of #D0A7FA
Black with #D0A7FA
Text Example
Text Example
White with #D0A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A7FA; }
p { color: rgb(208,167,250); }
H1.HeaderClassName
{
color: #D0A7FA;
}
.AnyTagClassName
{
color: #D0A7FA;
}
</style>
background-color css
<style>
a { background-color: #D0A7FA; }
a { background-color: rgb(208,167,250); }
div.DivClassName
{
background-color: #D0A7FA;
}
.BgClassName
{
background-color: #D0A7FA;
}
</style>
border-color css
<style>
span { border-color: #D0A7FA; }
span { border-color: rgb(208,167,250); }
td.TdClassName
{
border-color: #D0A7FA;
}
.TagClassName
{
border-color: #D0A7FA;
}
</style>