Shades of Mauve #D0AAFA
Tints of Mauve #D0AAFA
RGB
CMYK
RGB Variations
Color information
#D0AAFA (or 0xD0AAFA) is known color: Mauve. HEX triplet: D0, AA and FA. RGB value is (208,170,250). Sum of RGB (Red+Green+Blue) = 208+170+250=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAFA is #2F5505. Grayscale: #BEBEBE. Windows color (decimal): -3101958 or 16427728. OLE color: 16427728.
HSL color Cylindrical-coordinate representation of color #D0AAFA: hue angle of 268.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 #D0AAFA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 170 | 250 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.02 |
| HSL | 268.5º | 0.89% | 0.82% | - |
| HSV(B) | 268.5º | 0.32% | 0.98% | - |
| XYZ | 57.64 | 49.06 | 96.87 | - |
| YUV | 190.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 250 | 0.17 | 0.32 | 0 | 0.02 | 268.5 | 0.89 | 0.82 |
| Hex | D0 | AA | FA | 11 | 20 | 0 | 2 | 10C | 59 | 52 |
| Octal | 320 | 252 | 372 | 21 | 40 | 0 | 2 | 414 | 131 | 122 |
| Binary | 11010000 | 10101010 | 11111010 | 10001 | 100000 | 0 | 10 | 100001100 | 1011001 | 1010010 |
Color Harmonies of #D0AAFA
Complementary color
Monochromatic Colors of #D0AAFA
Black with #D0AAFA
Text Example
Text Example
White with #D0AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAFA; }
p { color: rgb(208,170,250); }
H1.HeaderClassName
{
color: #D0AAFA;
}
.AnyTagClassName
{
color: #D0AAFA;
}
</style>
background-color css
<style>
a { background-color: #D0AAFA; }
a { background-color: rgb(208,170,250); }
div.DivClassName
{
background-color: #D0AAFA;
}
.BgClassName
{
background-color: #D0AAFA;
}
</style>
border-color css
<style>
span { border-color: #D0AAFA; }
span { border-color: rgb(208,170,250); }
td.TdClassName
{
border-color: #D0AAFA;
}
.TagClassName
{
border-color: #D0AAFA;
}
</style>