Shades of Mauve #D5AAF1
Tints of Mauve #D5AAF1
RGB
CMYK
RGB Variations
Color information
#D5AAF1 (or 0xD5AAF1) is known color: Mauve. HEX triplet: D5, AA and F1. RGB value is (213,170,241). Sum of RGB (Red+Green+Blue) = 213+170+241=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAF1 is #2A550E. Grayscale: #BEBEBE. Windows color (decimal): -2774287 or 15837909. OLE color: 15837909.
HSL color Cylindrical-coordinate representation of color #D5AAF1: hue angle of 276.34º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5AAF1 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 170 | 241 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.05 |
| HSL | 276.34º | 0.72% | 0.81% | - |
| HSV(B) | 276.34º | 0.29% | 0.95% | - |
| XYZ | 57.69 | 49.25 | 89.68 | - |
| YUV | 190.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 241 | 0.12 | 0.29 | 0 | 0.05 | 276.34 | 0.72 | 0.81 |
| Hex | D5 | AA | F1 | C | 1D | 0 | 5 | 114 | 48 | 51 |
| Octal | 325 | 252 | 361 | 14 | 35 | 0 | 5 | 424 | 110 | 121 |
| Binary | 11010101 | 10101010 | 11110001 | 1100 | 11101 | 0 | 101 | 100010100 | 1001000 | 1010001 |
Color Harmonies of #D5AAF1
Complementary color
Monochromatic Colors of #D5AAF1
Black with #D5AAF1
Text Example
Text Example
White with #D5AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAF1; }
p { color: rgb(213,170,241); }
H1.HeaderClassName
{
color: #D5AAF1;
}
.AnyTagClassName
{
color: #D5AAF1;
}
</style>
background-color css
<style>
a { background-color: #D5AAF1; }
a { background-color: rgb(213,170,241); }
div.DivClassName
{
background-color: #D5AAF1;
}
.BgClassName
{
background-color: #D5AAF1;
}
</style>
border-color css
<style>
span { border-color: #D5AAF1; }
span { border-color: rgb(213,170,241); }
td.TdClassName
{
border-color: #D5AAF1;
}
.TagClassName
{
border-color: #D5AAF1;
}
</style>