Shades of Mauve #D0A0FC
Tints of Mauve #D0A0FC
RGB
CMYK
RGB Variations
Color information
#D0A0FC (or 0xD0A0FC) is known color: Mauve. HEX triplet: D0, A0 and FC. RGB value is (208,160,252). Sum of RGB (Red+Green+Blue) = 208+160+252=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A0FC is #2F5F03. Grayscale: #B8B8B8. Windows color (decimal): -3104516 or 16556240. OLE color: 16556240.
HSL color Cylindrical-coordinate representation of color #D0A0FC: hue angle of 271.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0A0FC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 160 | 252 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.01 |
| HSL | 271.3º | 0.94% | 0.81% | - |
| HSV(B) | 271.3º | 0.37% | 0.99% | - |
| XYZ | 56.15 | 45.58 | 97.93 | - |
| YUV | 184.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 252 | 0.17 | 0.37 | 0 | 0.01 | 271.3 | 0.94 | 0.81 |
| Hex | D0 | A0 | FC | 11 | 25 | 0 | 1 | 10F | 5E | 51 |
| Octal | 320 | 240 | 374 | 21 | 45 | 0 | 1 | 417 | 136 | 121 |
| Binary | 11010000 | 10100000 | 11111100 | 10001 | 100101 | 0 | 1 | 100001111 | 1011110 | 1010001 |
Color Harmonies of #D0A0FC
Complementary color
Monochromatic Colors of #D0A0FC
Black with #D0A0FC
Text Example
Text Example
White with #D0A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A0FC; }
p { color: rgb(208,160,252); }
H1.HeaderClassName
{
color: #D0A0FC;
}
.AnyTagClassName
{
color: #D0A0FC;
}
</style>
background-color css
<style>
a { background-color: #D0A0FC; }
a { background-color: rgb(208,160,252); }
div.DivClassName
{
background-color: #D0A0FC;
}
.BgClassName
{
background-color: #D0A0FC;
}
</style>
border-color css
<style>
span { border-color: #D0A0FC; }
span { border-color: rgb(208,160,252); }
td.TdClassName
{
border-color: #D0A0FC;
}
.TagClassName
{
border-color: #D0A0FC;
}
</style>