Shades of Mauve #D5A4FA
Tints of Mauve #D5A4FA
RGB
CMYK
RGB Variations
Color information
#D5A4FA (or 0xD5A4FA) is known color: Mauve. HEX triplet: D5, A4 and FA. RGB value is (213,164,250). Sum of RGB (Red+Green+Blue) = 213+164+250=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A4FA is #2A5B05. Grayscale: #BCBCBC. Windows color (decimal): -2775814 or 16426197. OLE color: 16426197.
HSL color Cylindrical-coordinate representation of color #D5A4FA: hue angle of 274.19º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A4FA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 164 | 250 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.02 |
| HSL | 274.19º | 0.9% | 0.81% | - |
| HSV(B) | 274.19º | 0.34% | 0.98% | - |
| XYZ | 57.97 | 47.6 | 96.57 | - |
| YUV | 188.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 250 | 0.15 | 0.34 | 0 | 0.02 | 274.19 | 0.9 | 0.81 |
| Hex | D5 | A4 | FA | F | 22 | 0 | 2 | 112 | 5A | 51 |
| Octal | 325 | 244 | 372 | 17 | 42 | 0 | 2 | 422 | 132 | 121 |
| Binary | 11010101 | 10100100 | 11111010 | 1111 | 100010 | 0 | 10 | 100010010 | 1011010 | 1010001 |
Color Harmonies of #D5A4FA
Complementary color
Monochromatic Colors of #D5A4FA
Black with #D5A4FA
Text Example
Text Example
White with #D5A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4FA; }
p { color: rgb(213,164,250); }
H1.HeaderClassName
{
color: #D5A4FA;
}
.AnyTagClassName
{
color: #D5A4FA;
}
</style>
background-color css
<style>
a { background-color: #D5A4FA; }
a { background-color: rgb(213,164,250); }
div.DivClassName
{
background-color: #D5A4FA;
}
.BgClassName
{
background-color: #D5A4FA;
}
</style>
border-color css
<style>
span { border-color: #D5A4FA; }
span { border-color: rgb(213,164,250); }
td.TdClassName
{
border-color: #D5A4FA;
}
.TagClassName
{
border-color: #D5A4FA;
}
</style>