Shades of Mauve #D7A1FB
Tints of Mauve #D7A1FB
RGB
CMYK
RGB Variations
Color information
#D7A1FB (or 0xD7A1FB) is known color: Mauve. HEX triplet: D7, A1 and FB. RGB value is (215,161,251). Sum of RGB (Red+Green+Blue) = 215+161+251=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A1FB is #285E04. Grayscale: #BBBBBB. Windows color (decimal): -2645509 or 16490967. OLE color: 16490967.
HSL color Cylindrical-coordinate representation of color #D7A1FB: hue angle of 276º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7A1FB is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 161 | 251 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.02 |
| HSL | 276º | 0.92% | 0.81% | - |
| HSV(B) | 276º | 0.36% | 0.98% | - |
| XYZ | 58.18 | 46.9 | 97.25 | - |
| YUV | 187.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 251 | 0.14 | 0.36 | 0 | 0.02 | 276 | 0.92 | 0.81 |
| Hex | D7 | A1 | FB | E | 24 | 0 | 2 | 114 | 5C | 51 |
| Octal | 327 | 241 | 373 | 16 | 44 | 0 | 2 | 424 | 134 | 121 |
| Binary | 11010111 | 10100001 | 11111011 | 1110 | 100100 | 0 | 10 | 100010100 | 1011100 | 1010001 |
Color Harmonies of #D7A1FB
Complementary color
Monochromatic Colors of #D7A1FB
Black with #D7A1FB
Text Example
Text Example
White with #D7A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A1FB; }
p { color: rgb(215,161,251); }
H1.HeaderClassName
{
color: #D7A1FB;
}
.AnyTagClassName
{
color: #D7A1FB;
}
</style>
background-color css
<style>
a { background-color: #D7A1FB; }
a { background-color: rgb(215,161,251); }
div.DivClassName
{
background-color: #D7A1FB;
}
.BgClassName
{
background-color: #D7A1FB;
}
</style>
border-color css
<style>
span { border-color: #D7A1FB; }
span { border-color: rgb(215,161,251); }
td.TdClassName
{
border-color: #D7A1FB;
}
.TagClassName
{
border-color: #D7A1FB;
}
</style>