Shades of Mauve #D7A6FF
Tints of Mauve #D7A6FF
RGB
CMYK
RGB Variations
Color information
#D7A6FF (or 0xD7A6FF) is known color: Mauve. HEX triplet: D7, A6 and FF. RGB value is (215,166,255). Sum of RGB (Red+Green+Blue) = 215+166+255=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A6FF is #285900. Grayscale: #BEBEBE. Windows color (decimal): -2644225 or 16754391. OLE color: 16754391.
HSL color Cylindrical-coordinate representation of color #D7A6FF: hue angle of 273.03º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7A6FF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 166 | 255 | - |
| CMYK | 0.16 | 0.35 | 0 | 0 |
| HSL | 273.03º | 1% | 0.83% | - |
| HSV(B) | 273.03º | 0.35% | 1% | - |
| XYZ | 59.71 | 48.94 | 100.91 | - |
| YUV | 190.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 255 | 0.16 | 0.35 | 0 | 0 | 273.03 | 1 | 0.83 |
| Hex | D7 | A6 | FF | 10 | 23 | 0 | 0 | 111 | 64 | 53 |
| Octal | 327 | 246 | 377 | 20 | 43 | 0 | 0 | 421 | 144 | 123 |
| Binary | 11010111 | 10100110 | 11111111 | 10000 | 100011 | 0 | 0 | 100010001 | 1100100 | 1010011 |
Color Harmonies of #D7A6FF
Complementary color
Monochromatic Colors of #D7A6FF
Black with #D7A6FF
Text Example
Text Example
White with #D7A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A6FF; }
p { color: rgb(215,166,255); }
H1.HeaderClassName
{
color: #D7A6FF;
}
.AnyTagClassName
{
color: #D7A6FF;
}
</style>
background-color css
<style>
a { background-color: #D7A6FF; }
a { background-color: rgb(215,166,255); }
div.DivClassName
{
background-color: #D7A6FF;
}
.BgClassName
{
background-color: #D7A6FF;
}
</style>
border-color css
<style>
span { border-color: #D7A6FF; }
span { border-color: rgb(215,166,255); }
td.TdClassName
{
border-color: #D7A6FF;
}
.TagClassName
{
border-color: #D7A6FF;
}
</style>