Shades of Mauve #D0A4FA
Tints of Mauve #D0A4FA
RGB
CMYK
RGB Variations
Color information
#D0A4FA (or 0xD0A4FA) is known color: Mauve. HEX triplet: D0, A4 and FA. RGB value is (208,164,250). Sum of RGB (Red+Green+Blue) = 208+164+250=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A4FA is #2F5B05. Grayscale: #BABABA. Windows color (decimal): -3103494 or 16426192. OLE color: 16426192.
HSL color Cylindrical-coordinate representation of color #D0A4FA: hue angle of 270.7º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0A4FA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 164 | 250 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.02 |
| HSL | 270.7º | 0.9% | 0.81% | - |
| HSV(B) | 270.7º | 0.34% | 0.98% | - |
| XYZ | 56.54 | 46.86 | 96.51 | - |
| YUV | 186.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 250 | 0.17 | 0.34 | 0 | 0.02 | 270.7 | 0.9 | 0.81 |
| Hex | D0 | A4 | FA | 11 | 22 | 0 | 2 | 10F | 5A | 51 |
| Octal | 320 | 244 | 372 | 21 | 42 | 0 | 2 | 417 | 132 | 121 |
| Binary | 11010000 | 10100100 | 11111010 | 10001 | 100010 | 0 | 10 | 100001111 | 1011010 | 1010001 |
Color Harmonies of #D0A4FA
Complementary color
Monochromatic Colors of #D0A4FA
Black with #D0A4FA
Text Example
Text Example
White with #D0A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A4FA; }
p { color: rgb(208,164,250); }
H1.HeaderClassName
{
color: #D0A4FA;
}
.AnyTagClassName
{
color: #D0A4FA;
}
</style>
background-color css
<style>
a { background-color: #D0A4FA; }
a { background-color: rgb(208,164,250); }
div.DivClassName
{
background-color: #D0A4FA;
}
.BgClassName
{
background-color: #D0A4FA;
}
</style>
border-color css
<style>
span { border-color: #D0A4FA; }
span { border-color: rgb(208,164,250); }
td.TdClassName
{
border-color: #D0A4FA;
}
.TagClassName
{
border-color: #D0A4FA;
}
</style>