Shades of Mauve #D7A7FA
Tints of Mauve #D7A7FA
RGB
CMYK
RGB Variations
Color information
#D7A7FA (or 0xD7A7FA) is known color: Mauve. HEX triplet: D7, A7 and FA. RGB value is (215,167,250). Sum of RGB (Red+Green+Blue) = 215+167+250=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A7FA is #285805. Grayscale: #BEBEBE. Windows color (decimal): -2643974 or 16426967. OLE color: 16426967.
HSL color Cylindrical-coordinate representation of color #D7A7FA: hue angle of 274.7º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7A7FA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 167 | 250 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.02 |
| HSL | 274.7º | 0.89% | 0.82% | - |
| HSV(B) | 274.7º | 0.33% | 0.98% | - |
| XYZ | 59.1 | 48.99 | 96.78 | - |
| YUV | 190.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 250 | 0.14 | 0.33 | 0 | 0.02 | 274.7 | 0.89 | 0.82 |
| Hex | D7 | A7 | FA | E | 21 | 0 | 2 | 113 | 59 | 52 |
| Octal | 327 | 247 | 372 | 16 | 41 | 0 | 2 | 423 | 131 | 122 |
| Binary | 11010111 | 10100111 | 11111010 | 1110 | 100001 | 0 | 10 | 100010011 | 1011001 | 1010010 |
Color Harmonies of #D7A7FA
Complementary color
Monochromatic Colors of #D7A7FA
Black with #D7A7FA
Text Example
Text Example
White with #D7A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A7FA; }
p { color: rgb(215,167,250); }
H1.HeaderClassName
{
color: #D7A7FA;
}
.AnyTagClassName
{
color: #D7A7FA;
}
</style>
background-color css
<style>
a { background-color: #D7A7FA; }
a { background-color: rgb(215,167,250); }
div.DivClassName
{
background-color: #D7A7FA;
}
.BgClassName
{
background-color: #D7A7FA;
}
</style>
border-color css
<style>
span { border-color: #D7A7FA; }
span { border-color: rgb(215,167,250); }
td.TdClassName
{
border-color: #D7A7FA;
}
.TagClassName
{
border-color: #D7A7FA;
}
</style>