Shades of Mauve #D5AAF3
Tints of Mauve #D5AAF3
RGB
CMYK
RGB Variations
Color information
#D5AAF3 (or 0xD5AAF3) is known color: Mauve. HEX triplet: D5, AA and F3. RGB value is (213,170,243). Sum of RGB (Red+Green+Blue) = 213+170+243=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAF3 is #2A550C. Grayscale: #BEBEBE. Windows color (decimal): -2774285 or 15968981. OLE color: 15968981.
HSL color Cylindrical-coordinate representation of color #D5AAF3: hue angle of 275.34º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5AAF3 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 170 | 243 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.05 |
| HSL | 275.34º | 0.75% | 0.81% | - |
| HSV(B) | 275.34º | 0.3% | 0.95% | - |
| XYZ | 57.99 | 49.37 | 91.27 | - |
| YUV | 191.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 243 | 0.12 | 0.30 | 0 | 0.05 | 275.34 | 0.75 | 0.81 |
| Hex | D5 | AA | F3 | C | 1E | 0 | 5 | 113 | 4B | 51 |
| Octal | 325 | 252 | 363 | 14 | 36 | 0 | 5 | 423 | 113 | 121 |
| Binary | 11010101 | 10101010 | 11110011 | 1100 | 11110 | 0 | 101 | 100010011 | 1001011 | 1010001 |
Color Harmonies of #D5AAF3
Complementary color
Monochromatic Colors of #D5AAF3
Black with #D5AAF3
Text Example
Text Example
White with #D5AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAF3; }
p { color: rgb(213,170,243); }
H1.HeaderClassName
{
color: #D5AAF3;
}
.AnyTagClassName
{
color: #D5AAF3;
}
</style>
background-color css
<style>
a { background-color: #D5AAF3; }
a { background-color: rgb(213,170,243); }
div.DivClassName
{
background-color: #D5AAF3;
}
.BgClassName
{
background-color: #D5AAF3;
}
</style>
border-color css
<style>
span { border-color: #D5AAF3; }
span { border-color: rgb(213,170,243); }
td.TdClassName
{
border-color: #D5AAF3;
}
.TagClassName
{
border-color: #D5AAF3;
}
</style>