Shades of Mauve #D1ACF0
Tints of Mauve #D1ACF0
RGB
CMYK
RGB Variations
Color information
#D1ACF0 (or 0xD1ACF0) is known color: Mauve. HEX triplet: D1, AC and F0. RGB value is (209,172,240). Sum of RGB (Red+Green+Blue) = 209+172+240=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACF0 is #2E530F. Grayscale: #BEBEBE. Windows color (decimal): -3035920 or 15772881. OLE color: 15772881.
HSL color Cylindrical-coordinate representation of color #D1ACF0: hue angle of 272.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1ACF0 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 172 | 240 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.06 |
| HSL | 272.65º | 0.69% | 0.81% | - |
| HSV(B) | 272.65º | 0.28% | 0.94% | - |
| XYZ | 56.78 | 49.35 | 88.97 | - |
| YUV | 190.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 240 | 0.13 | 0.28 | 0 | 0.06 | 272.65 | 0.69 | 0.81 |
| Hex | D1 | AC | F0 | D | 1C | 0 | 6 | 111 | 45 | 51 |
| Octal | 321 | 254 | 360 | 15 | 34 | 0 | 6 | 421 | 105 | 121 |
| Binary | 11010001 | 10101100 | 11110000 | 1101 | 11100 | 0 | 110 | 100010001 | 1000101 | 1010001 |
Color Harmonies of #D1ACF0
Complementary color
Monochromatic Colors of #D1ACF0
Black with #D1ACF0
Text Example
Text Example
White with #D1ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACF0; }
p { color: rgb(209,172,240); }
H1.HeaderClassName
{
color: #D1ACF0;
}
.AnyTagClassName
{
color: #D1ACF0;
}
</style>
background-color css
<style>
a { background-color: #D1ACF0; }
a { background-color: rgb(209,172,240); }
div.DivClassName
{
background-color: #D1ACF0;
}
.BgClassName
{
background-color: #D1ACF0;
}
</style>
border-color css
<style>
span { border-color: #D1ACF0; }
span { border-color: rgb(209,172,240); }
td.TdClassName
{
border-color: #D1ACF0;
}
.TagClassName
{
border-color: #D1ACF0;
}
</style>