Shades of Mauve #D5AAFA
Tints of Mauve #D5AAFA
RGB
CMYK
RGB Variations
Color information
#D5AAFA (or 0xD5AAFA) is known color: Mauve. HEX triplet: D5, AA and FA. RGB value is (213,170,250). Sum of RGB (Red+Green+Blue) = 213+170+250=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAFA is #2A5505. Grayscale: #BFBFBF. Windows color (decimal): -2774278 or 16427733. OLE color: 16427733.
HSL color Cylindrical-coordinate representation of color #D5AAFA: hue angle of 272.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5AAFA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 170 | 250 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.02 |
| HSL | 272.25º | 0.89% | 0.82% | - |
| HSV(B) | 272.25º | 0.32% | 0.98% | - |
| XYZ | 59.07 | 49.8 | 96.94 | - |
| YUV | 191.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 250 | 0.15 | 0.32 | 0 | 0.02 | 272.25 | 0.89 | 0.82 |
| Hex | D5 | AA | FA | F | 20 | 0 | 2 | 110 | 59 | 52 |
| Octal | 325 | 252 | 372 | 17 | 40 | 0 | 2 | 420 | 131 | 122 |
| Binary | 11010101 | 10101010 | 11111010 | 1111 | 100000 | 0 | 10 | 100010000 | 1011001 | 1010010 |
Color Harmonies of #D5AAFA
Complementary color
Monochromatic Colors of #D5AAFA
Black with #D5AAFA
Text Example
Text Example
White with #D5AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAFA; }
p { color: rgb(213,170,250); }
H1.HeaderClassName
{
color: #D5AAFA;
}
.AnyTagClassName
{
color: #D5AAFA;
}
</style>
background-color css
<style>
a { background-color: #D5AAFA; }
a { background-color: rgb(213,170,250); }
div.DivClassName
{
background-color: #D5AAFA;
}
.BgClassName
{
background-color: #D5AAFA;
}
</style>
border-color css
<style>
span { border-color: #D5AAFA; }
span { border-color: rgb(213,170,250); }
td.TdClassName
{
border-color: #D5AAFA;
}
.TagClassName
{
border-color: #D5AAFA;
}
</style>