Shades of Mauve #D4A6F8
Tints of Mauve #D4A6F8
RGB
CMYK
RGB Variations
Color information
#D4A6F8 (or 0xD4A6F8) is known color: Mauve. HEX triplet: D4, A6 and F8. RGB value is (212,166,248). Sum of RGB (Red+Green+Blue) = 212+166+248=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4A6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A6F8 is #2B5907. Grayscale: #BCBCBC. Windows color (decimal): -2840840 or 16295636. OLE color: 16295636.
HSL color Cylindrical-coordinate representation of color #D4A6F8: hue angle of 273.66º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A6F8 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 166 | 248 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.03 |
| HSL | 273.66º | 0.85% | 0.81% | - |
| HSV(B) | 273.66º | 0.33% | 0.97% | - |
| XYZ | 57.73 | 48.05 | 95.04 | - |
| YUV | 189.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 248 | 0.15 | 0.33 | 0 | 0.03 | 273.66 | 0.85 | 0.81 |
| Hex | D4 | A6 | F8 | F | 21 | 0 | 3 | 112 | 55 | 51 |
| Octal | 324 | 246 | 370 | 17 | 41 | 0 | 3 | 422 | 125 | 121 |
| Binary | 11010100 | 10100110 | 11111000 | 1111 | 100001 | 0 | 11 | 100010010 | 1010101 | 1010001 |
Color Harmonies of #D4A6F8
Complementary color
Monochromatic Colors of #D4A6F8
Black with #D4A6F8
Text Example
Text Example
White with #D4A6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6F8; }
p { color: rgb(212,166,248); }
H1.HeaderClassName
{
color: #D4A6F8;
}
.AnyTagClassName
{
color: #D4A6F8;
}
</style>
background-color css
<style>
a { background-color: #D4A6F8; }
a { background-color: rgb(212,166,248); }
div.DivClassName
{
background-color: #D4A6F8;
}
.BgClassName
{
background-color: #D4A6F8;
}
</style>
border-color css
<style>
span { border-color: #D4A6F8; }
span { border-color: rgb(212,166,248); }
td.TdClassName
{
border-color: #D4A6F8;
}
.TagClassName
{
border-color: #D4A6F8;
}
</style>