Shades of Mauve #D4A3F8
Tints of Mauve #D4A3F8
RGB
CMYK
RGB Variations
Color information
#D4A3F8 (or 0xD4A3F8) is known color: Mauve. HEX triplet: D4, A3 and F8. RGB value is (212,163,248). Sum of RGB (Red+Green+Blue) = 212+163+248=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4A3F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A3F8 is #2B5C07. Grayscale: #BBBBBB. Windows color (decimal): -2841608 or 16294868. OLE color: 16294868.
HSL color Cylindrical-coordinate representation of color #D4A3F8: hue angle of 274.59º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A3F8 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 163 | 248 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.03 |
| HSL | 274.59º | 0.86% | 0.81% | - |
| HSV(B) | 274.59º | 0.34% | 0.97% | - |
| XYZ | 57.19 | 46.97 | 94.86 | - |
| YUV | 187.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 248 | 0.15 | 0.34 | 0 | 0.03 | 274.59 | 0.86 | 0.81 |
| Hex | D4 | A3 | F8 | F | 22 | 0 | 3 | 113 | 56 | 51 |
| Octal | 324 | 243 | 370 | 17 | 42 | 0 | 3 | 423 | 126 | 121 |
| Binary | 11010100 | 10100011 | 11111000 | 1111 | 100010 | 0 | 11 | 100010011 | 1010110 | 1010001 |
Color Harmonies of #D4A3F8
Complementary color
Monochromatic Colors of #D4A3F8
Black with #D4A3F8
Text Example
Text Example
White with #D4A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3F8; }
p { color: rgb(212,163,248); }
H1.HeaderClassName
{
color: #D4A3F8;
}
.AnyTagClassName
{
color: #D4A3F8;
}
</style>
background-color css
<style>
a { background-color: #D4A3F8; }
a { background-color: rgb(212,163,248); }
div.DivClassName
{
background-color: #D4A3F8;
}
.BgClassName
{
background-color: #D4A3F8;
}
</style>
border-color css
<style>
span { border-color: #D4A3F8; }
span { border-color: rgb(212,163,248); }
td.TdClassName
{
border-color: #D4A3F8;
}
.TagClassName
{
border-color: #D4A3F8;
}
</style>