Shades of Mauve #D4A6F9
Tints of Mauve #D4A6F9
RGB
CMYK
RGB Variations
Color information
#D4A6F9 (or 0xD4A6F9) is known color: Mauve. HEX triplet: D4, A6 and F9. RGB value is (212,166,249). Sum of RGB (Red+Green+Blue) = 212+166+249=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4A6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A6F9 is #2B5906. Grayscale: #BCBCBC. Windows color (decimal): -2840839 or 16361172. OLE color: 16361172.
HSL color Cylindrical-coordinate representation of color #D4A6F9: hue angle of 273.25º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A6F9 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 166 | 249 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.02 |
| HSL | 273.25º | 0.87% | 0.81% | - |
| HSV(B) | 273.25º | 0.33% | 0.98% | - |
| XYZ | 57.89 | 48.11 | 95.86 | - |
| YUV | 189.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 249 | 0.15 | 0.33 | 0 | 0.02 | 273.25 | 0.87 | 0.81 |
| Hex | D4 | A6 | F9 | F | 21 | 0 | 2 | 111 | 57 | 51 |
| Octal | 324 | 246 | 371 | 17 | 41 | 0 | 2 | 421 | 127 | 121 |
| Binary | 11010100 | 10100110 | 11111001 | 1111 | 100001 | 0 | 10 | 100010001 | 1010111 | 1010001 |
Color Harmonies of #D4A6F9
Complementary color
Monochromatic Colors of #D4A6F9
Black with #D4A6F9
Text Example
Text Example
White with #D4A6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6F9; }
p { color: rgb(212,166,249); }
H1.HeaderClassName
{
color: #D4A6F9;
}
.AnyTagClassName
{
color: #D4A6F9;
}
</style>
background-color css
<style>
a { background-color: #D4A6F9; }
a { background-color: rgb(212,166,249); }
div.DivClassName
{
background-color: #D4A6F9;
}
.BgClassName
{
background-color: #D4A6F9;
}
</style>
border-color css
<style>
span { border-color: #D4A6F9; }
span { border-color: rgb(212,166,249); }
td.TdClassName
{
border-color: #D4A6F9;
}
.TagClassName
{
border-color: #D4A6F9;
}
</style>