Shades of Mauve #D0A9F3
Tints of Mauve #D0A9F3
RGB
CMYK
RGB Variations
Color information
#D0A9F3 (or 0xD0A9F3) is known color: Mauve. HEX triplet: D0, A9 and F3. RGB value is (208,169,243). Sum of RGB (Red+Green+Blue) = 208+169+243=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0A9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A9F3 is #2F560C. Grayscale: #BCBCBC. Windows color (decimal): -3102221 or 15968720. OLE color: 15968720.
HSL color Cylindrical-coordinate representation of color #D0A9F3: hue angle of 271.62º degrees, saturation: 0.76, 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 #D0A9F3 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 169 | 243 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.05 |
| HSL | 271.62º | 0.76% | 0.81% | - |
| HSV(B) | 271.62º | 0.3% | 0.95% | - |
| XYZ | 56.38 | 48.26 | 91.14 | - |
| YUV | 189.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 243 | 0.14 | 0.30 | 0 | 0.05 | 271.62 | 0.76 | 0.81 |
| Hex | D0 | A9 | F3 | E | 1E | 0 | 5 | 110 | 4C | 51 |
| Octal | 320 | 251 | 363 | 16 | 36 | 0 | 5 | 420 | 114 | 121 |
| Binary | 11010000 | 10101001 | 11110011 | 1110 | 11110 | 0 | 101 | 100010000 | 1001100 | 1010001 |
Color Harmonies of #D0A9F3
Complementary color
Monochromatic Colors of #D0A9F3
Black with #D0A9F3
Text Example
Text Example
White with #D0A9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9F3; }
p { color: rgb(208,169,243); }
H1.HeaderClassName
{
color: #D0A9F3;
}
.AnyTagClassName
{
color: #D0A9F3;
}
</style>
background-color css
<style>
a { background-color: #D0A9F3; }
a { background-color: rgb(208,169,243); }
div.DivClassName
{
background-color: #D0A9F3;
}
.BgClassName
{
background-color: #D0A9F3;
}
</style>
border-color css
<style>
span { border-color: #D0A9F3; }
span { border-color: rgb(208,169,243); }
td.TdClassName
{
border-color: #D0A9F3;
}
.TagClassName
{
border-color: #D0A9F3;
}
</style>