Shades of Mauve #D0A3F3
Tints of Mauve #D0A3F3
RGB
CMYK
RGB Variations
Color information
#D0A3F3 (or 0xD0A3F3) is known color: Mauve. HEX triplet: D0, A3 and F3. RGB value is (208,163,243). Sum of RGB (Red+Green+Blue) = 208+163+243=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0A3F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A3F3 is #2F5C0C. Grayscale: #B9B9B9. Windows color (decimal): -3103757 or 15967184. OLE color: 15967184.
HSL color Cylindrical-coordinate representation of color #D0A3F3: hue angle of 273.75º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A3F3 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 163 | 243 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.05 |
| HSL | 273.75º | 0.77% | 0.8% | - |
| HSV(B) | 273.75º | 0.33% | 0.95% | - |
| XYZ | 55.29 | 46.08 | 90.77 | - |
| YUV | 185.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 243 | 0.14 | 0.33 | 0 | 0.05 | 273.75 | 0.77 | 0.8 |
| Hex | D0 | A3 | F3 | E | 21 | 0 | 5 | 112 | 4D | 50 |
| Octal | 320 | 243 | 363 | 16 | 41 | 0 | 5 | 422 | 115 | 120 |
| Binary | 11010000 | 10100011 | 11110011 | 1110 | 100001 | 0 | 101 | 100010010 | 1001101 | 1010000 |
Color Harmonies of #D0A3F3
Complementary color
Monochromatic Colors of #D0A3F3
Black with #D0A3F3
Text Example
Text Example
White with #D0A3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A3F3; }
p { color: rgb(208,163,243); }
H1.HeaderClassName
{
color: #D0A3F3;
}
.AnyTagClassName
{
color: #D0A3F3;
}
</style>
background-color css
<style>
a { background-color: #D0A3F3; }
a { background-color: rgb(208,163,243); }
div.DivClassName
{
background-color: #D0A3F3;
}
.BgClassName
{
background-color: #D0A3F3;
}
</style>
border-color css
<style>
span { border-color: #D0A3F3; }
span { border-color: rgb(208,163,243); }
td.TdClassName
{
border-color: #D0A3F3;
}
.TagClassName
{
border-color: #D0A3F3;
}
</style>