Shades of Mauve #D4AAF1
Tints of Mauve #D4AAF1
RGB
CMYK
RGB Variations
Color information
#D4AAF1 (or 0xD4AAF1) is known color: Mauve. HEX triplet: D4, AA and F1. RGB value is (212,170,241). Sum of RGB (Red+Green+Blue) = 212+170+241=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAF1 is #2B550E. Grayscale: #BEBEBE. Windows color (decimal): -2839823 or 15837908. OLE color: 15837908.
HSL color Cylindrical-coordinate representation of color #D4AAF1: hue angle of 275.49º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4AAF1 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 170 | 241 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.05 |
| HSL | 275.49º | 0.72% | 0.81% | - |
| HSV(B) | 275.49º | 0.29% | 0.95% | - |
| XYZ | 57.4 | 49.1 | 89.67 | - |
| YUV | 190.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 241 | 0.12 | 0.29 | 0 | 0.05 | 275.49 | 0.72 | 0.81 |
| Hex | D4 | AA | F1 | C | 1D | 0 | 5 | 113 | 48 | 51 |
| Octal | 324 | 252 | 361 | 14 | 35 | 0 | 5 | 423 | 110 | 121 |
| Binary | 11010100 | 10101010 | 11110001 | 1100 | 11101 | 0 | 101 | 100010011 | 1001000 | 1010001 |
Color Harmonies of #D4AAF1
Complementary color
Monochromatic Colors of #D4AAF1
Black with #D4AAF1
Text Example
Text Example
White with #D4AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAF1; }
p { color: rgb(212,170,241); }
H1.HeaderClassName
{
color: #D4AAF1;
}
.AnyTagClassName
{
color: #D4AAF1;
}
</style>
background-color css
<style>
a { background-color: #D4AAF1; }
a { background-color: rgb(212,170,241); }
div.DivClassName
{
background-color: #D4AAF1;
}
.BgClassName
{
background-color: #D4AAF1;
}
</style>
border-color css
<style>
span { border-color: #D4AAF1; }
span { border-color: rgb(212,170,241); }
td.TdClassName
{
border-color: #D4AAF1;
}
.TagClassName
{
border-color: #D4AAF1;
}
</style>