Shades of Mauve #D7AAF7
Tints of Mauve #D7AAF7
RGB
CMYK
RGB Variations
Color information
#D7AAF7 (or 0xD7AAF7) is known color: Mauve. HEX triplet: D7, AA and F7. RGB value is (215,170,247). Sum of RGB (Red+Green+Blue) = 215+170+247=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #D7AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AAF7 is #285508. Grayscale: #BFBFBF. Windows color (decimal): -2643209 or 16231127. OLE color: 16231127.
HSL color Cylindrical-coordinate representation of color #D7AAF7: hue angle of 275.06º 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 #D7AAF7 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 170 | 247 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.03 |
| HSL | 275.06º | 0.83% | 0.82% | - |
| HSV(B) | 275.06º | 0.31% | 0.97% | - |
| XYZ | 59.19 | 49.91 | 94.51 | - |
| YUV | 192.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 247 | 0.13 | 0.31 | 0 | 0.03 | 275.06 | 0.83 | 0.82 |
| Hex | D7 | AA | F7 | D | 1F | 0 | 3 | 113 | 53 | 52 |
| Octal | 327 | 252 | 367 | 15 | 37 | 0 | 3 | 423 | 123 | 122 |
| Binary | 11010111 | 10101010 | 11110111 | 1101 | 11111 | 0 | 11 | 100010011 | 1010011 | 1010010 |
Color Harmonies of #D7AAF7
Complementary color
Monochromatic Colors of #D7AAF7
Black with #D7AAF7
Text Example
Text Example
White with #D7AAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AAF7; }
p { color: rgb(215,170,247); }
H1.HeaderClassName
{
color: #D7AAF7;
}
.AnyTagClassName
{
color: #D7AAF7;
}
</style>
background-color css
<style>
a { background-color: #D7AAF7; }
a { background-color: rgb(215,170,247); }
div.DivClassName
{
background-color: #D7AAF7;
}
.BgClassName
{
background-color: #D7AAF7;
}
</style>
border-color css
<style>
span { border-color: #D7AAF7; }
span { border-color: rgb(215,170,247); }
td.TdClassName
{
border-color: #D7AAF7;
}
.TagClassName
{
border-color: #D7AAF7;
}
</style>