Shades of Mauve #D4AAF7
Tints of Mauve #D4AAF7
RGB
CMYK
RGB Variations
Color information
#D4AAF7 (or 0xD4AAF7) is known color: Mauve. HEX triplet: D4, AA and F7. RGB value is (212,170,247). Sum of RGB (Red+Green+Blue) = 212+170+247=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAF7 is #2B5508. Grayscale: #BFBFBF. Windows color (decimal): -2839817 or 16231124. OLE color: 16231124.
HSL color Cylindrical-coordinate representation of color #D4AAF7: hue angle of 272.73º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AAF7 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 170 | 247 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.03 |
| HSL | 272.73º | 0.83% | 0.82% | - |
| HSV(B) | 272.73º | 0.31% | 0.97% | - |
| XYZ | 58.31 | 49.46 | 94.47 | - |
| YUV | 191.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 247 | 0.14 | 0.31 | 0 | 0.03 | 272.73 | 0.83 | 0.82 |
| Hex | D4 | AA | F7 | E | 1F | 0 | 3 | 111 | 53 | 52 |
| Octal | 324 | 252 | 367 | 16 | 37 | 0 | 3 | 421 | 123 | 122 |
| Binary | 11010100 | 10101010 | 11110111 | 1110 | 11111 | 0 | 11 | 100010001 | 1010011 | 1010010 |
Color Harmonies of #D4AAF7
Complementary color
Monochromatic Colors of #D4AAF7
Black with #D4AAF7
Text Example
Text Example
White with #D4AAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAF7; }
p { color: rgb(212,170,247); }
H1.HeaderClassName
{
color: #D4AAF7;
}
.AnyTagClassName
{
color: #D4AAF7;
}
</style>
background-color css
<style>
a { background-color: #D4AAF7; }
a { background-color: rgb(212,170,247); }
div.DivClassName
{
background-color: #D4AAF7;
}
.BgClassName
{
background-color: #D4AAF7;
}
</style>
border-color css
<style>
span { border-color: #D4AAF7; }
span { border-color: rgb(212,170,247); }
td.TdClassName
{
border-color: #D4AAF7;
}
.TagClassName
{
border-color: #D4AAF7;
}
</style>