Shades of Mauve #D0AAF3
Tints of Mauve #D0AAF3
RGB
CMYK
RGB Variations
Color information
#D0AAF3 (or 0xD0AAF3) is known color: Mauve. HEX triplet: D0, AA and F3. RGB value is (208,170,243). Sum of RGB (Red+Green+Blue) = 208+170+243=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAF3 is #2F550C. Grayscale: #BDBDBD. Windows color (decimal): -3101965 or 15968976. OLE color: 15968976.
HSL color Cylindrical-coordinate representation of color #D0AAF3: hue angle of 271.23º 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 #D0AAF3 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 170 | 243 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.05 |
| HSL | 271.23º | 0.75% | 0.81% | - |
| HSV(B) | 271.23º | 0.3% | 0.95% | - |
| XYZ | 56.56 | 48.63 | 91.2 | - |
| YUV | 189.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 243 | 0.14 | 0.30 | 0 | 0.05 | 271.23 | 0.75 | 0.81 |
| Hex | D0 | AA | F3 | E | 1E | 0 | 5 | 10F | 4B | 51 |
| Octal | 320 | 252 | 363 | 16 | 36 | 0 | 5 | 417 | 113 | 121 |
| Binary | 11010000 | 10101010 | 11110011 | 1110 | 11110 | 0 | 101 | 100001111 | 1001011 | 1010001 |
Color Harmonies of #D0AAF3
Complementary color
Monochromatic Colors of #D0AAF3
Black with #D0AAF3
Text Example
Text Example
White with #D0AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAF3; }
p { color: rgb(208,170,243); }
H1.HeaderClassName
{
color: #D0AAF3;
}
.AnyTagClassName
{
color: #D0AAF3;
}
</style>
background-color css
<style>
a { background-color: #D0AAF3; }
a { background-color: rgb(208,170,243); }
div.DivClassName
{
background-color: #D0AAF3;
}
.BgClassName
{
background-color: #D0AAF3;
}
</style>
border-color css
<style>
span { border-color: #D0AAF3; }
span { border-color: rgb(208,170,243); }
td.TdClassName
{
border-color: #D0AAF3;
}
.TagClassName
{
border-color: #D0AAF3;
}
</style>