Shades of Mauve #D4A6F3
Tints of Mauve #D4A6F3
RGB
CMYK
RGB Variations
Color information
#D4A6F3 (or 0xD4A6F3) is known color: Mauve. HEX triplet: D4, A6 and F3. RGB value is (212,166,243). Sum of RGB (Red+Green+Blue) = 212+166+243=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4A6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A6F3 is #2B590C. Grayscale: #BCBCBC. Windows color (decimal): -2840845 or 15967956. OLE color: 15967956.
HSL color Cylindrical-coordinate representation of color #D4A6F3: hue angle of 275.84º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4A6F3 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 166 | 243 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.05 |
| HSL | 275.84º | 0.76% | 0.8% | - |
| HSV(B) | 275.84º | 0.32% | 0.95% | - |
| XYZ | 56.97 | 47.74 | 91.01 | - |
| YUV | 188.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 243 | 0.13 | 0.32 | 0 | 0.05 | 275.84 | 0.76 | 0.8 |
| Hex | D4 | A6 | F3 | D | 20 | 0 | 5 | 114 | 4C | 50 |
| Octal | 324 | 246 | 363 | 15 | 40 | 0 | 5 | 424 | 114 | 120 |
| Binary | 11010100 | 10100110 | 11110011 | 1101 | 100000 | 0 | 101 | 100010100 | 1001100 | 1010000 |
Color Harmonies of #D4A6F3
Complementary color
Monochromatic Colors of #D4A6F3
Black with #D4A6F3
Text Example
Text Example
White with #D4A6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6F3; }
p { color: rgb(212,166,243); }
H1.HeaderClassName
{
color: #D4A6F3;
}
.AnyTagClassName
{
color: #D4A6F3;
}
</style>
background-color css
<style>
a { background-color: #D4A6F3; }
a { background-color: rgb(212,166,243); }
div.DivClassName
{
background-color: #D4A6F3;
}
.BgClassName
{
background-color: #D4A6F3;
}
</style>
border-color css
<style>
span { border-color: #D4A6F3; }
span { border-color: rgb(212,166,243); }
td.TdClassName
{
border-color: #D4A6F3;
}
.TagClassName
{
border-color: #D4A6F3;
}
</style>