Shades of Mauve #D4AAFA
Tints of Mauve #D4AAFA
RGB
CMYK
RGB Variations
Color information
#D4AAFA (or 0xD4AAFA) is known color: Mauve. HEX triplet: D4, AA and FA. RGB value is (212,170,250). Sum of RGB (Red+Green+Blue) = 212+170+250=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAFA is #2B5505. Grayscale: #BFBFBF. Windows color (decimal): -2839814 or 16427732. OLE color: 16427732.
HSL color Cylindrical-coordinate representation of color #D4AAFA: hue angle of 271.5º 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 #D4AAFA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 170 | 250 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.02 |
| HSL | 271.5º | 0.89% | 0.82% | - |
| HSV(B) | 271.5º | 0.32% | 0.98% | - |
| XYZ | 58.78 | 49.65 | 96.93 | - |
| YUV | 191.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 250 | 0.15 | 0.32 | 0 | 0.02 | 271.5 | 0.89 | 0.82 |
| Hex | D4 | AA | FA | F | 20 | 0 | 2 | 110 | 59 | 52 |
| Octal | 324 | 252 | 372 | 17 | 40 | 0 | 2 | 420 | 131 | 122 |
| Binary | 11010100 | 10101010 | 11111010 | 1111 | 100000 | 0 | 10 | 100010000 | 1011001 | 1010010 |
Color Harmonies of #D4AAFA
Complementary color
Monochromatic Colors of #D4AAFA
Black with #D4AAFA
Text Example
Text Example
White with #D4AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAFA; }
p { color: rgb(212,170,250); }
H1.HeaderClassName
{
color: #D4AAFA;
}
.AnyTagClassName
{
color: #D4AAFA;
}
</style>
background-color css
<style>
a { background-color: #D4AAFA; }
a { background-color: rgb(212,170,250); }
div.DivClassName
{
background-color: #D4AAFA;
}
.BgClassName
{
background-color: #D4AAFA;
}
</style>
border-color css
<style>
span { border-color: #D4AAFA; }
span { border-color: rgb(212,170,250); }
td.TdClassName
{
border-color: #D4AAFA;
}
.TagClassName
{
border-color: #D4AAFA;
}
</style>