Shades of Mauve #D5A7FA
Tints of Mauve #D5A7FA
RGB
CMYK
RGB Variations
Color information
#D5A7FA (or 0xD5A7FA) is known color: Mauve. HEX triplet: D5, A7 and FA. RGB value is (213,167,250). Sum of RGB (Red+Green+Blue) = 213+167+250=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A7FA is #2A5805. Grayscale: #BDBDBD. Windows color (decimal): -2775046 or 16426965. OLE color: 16426965.
HSL color Cylindrical-coordinate representation of color #D5A7FA: hue angle of 273.25º 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 #D5A7FA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 167 | 250 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.02 |
| HSL | 273.25º | 0.89% | 0.82% | - |
| HSV(B) | 273.25º | 0.33% | 0.98% | - |
| XYZ | 58.51 | 48.69 | 96.76 | - |
| YUV | 190.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 250 | 0.15 | 0.33 | 0 | 0.02 | 273.25 | 0.89 | 0.82 |
| Hex | D5 | A7 | FA | F | 21 | 0 | 2 | 111 | 59 | 52 |
| Octal | 325 | 247 | 372 | 17 | 41 | 0 | 2 | 421 | 131 | 122 |
| Binary | 11010101 | 10100111 | 11111010 | 1111 | 100001 | 0 | 10 | 100010001 | 1011001 | 1010010 |
Color Harmonies of #D5A7FA
Complementary color
Monochromatic Colors of #D5A7FA
Black with #D5A7FA
Text Example
Text Example
White with #D5A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A7FA; }
p { color: rgb(213,167,250); }
H1.HeaderClassName
{
color: #D5A7FA;
}
.AnyTagClassName
{
color: #D5A7FA;
}
</style>
background-color css
<style>
a { background-color: #D5A7FA; }
a { background-color: rgb(213,167,250); }
div.DivClassName
{
background-color: #D5A7FA;
}
.BgClassName
{
background-color: #D5A7FA;
}
</style>
border-color css
<style>
span { border-color: #D5A7FA; }
span { border-color: rgb(213,167,250); }
td.TdClassName
{
border-color: #D5A7FA;
}
.TagClassName
{
border-color: #D5A7FA;
}
</style>