Shades of Mauve #D0A1F3
Tints of Mauve #D0A1F3
RGB
CMYK
RGB Variations
Color information
#D0A1F3 (or 0xD0A1F3) is known color: Mauve. HEX triplet: D0, A1 and F3. RGB value is (208,161,243). Sum of RGB (Red+Green+Blue) = 208+161+243=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0A1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A1F3 is #2F5E0C. Grayscale: #B8B8B8. Windows color (decimal): -3104269 or 15966672. OLE color: 15966672.
HSL color Cylindrical-coordinate representation of color #D0A1F3: hue angle of 274.39º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0A1F3 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 161 | 243 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.05 |
| HSL | 274.39º | 0.77% | 0.79% | - |
| HSV(B) | 274.39º | 0.34% | 0.95% | - |
| XYZ | 54.93 | 45.37 | 90.66 | - |
| YUV | 184.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 243 | 0.14 | 0.34 | 0 | 0.05 | 274.39 | 0.77 | 0.79 |
| Hex | D0 | A1 | F3 | E | 22 | 0 | 5 | 112 | 4D | 4F |
| Octal | 320 | 241 | 363 | 16 | 42 | 0 | 5 | 422 | 115 | 117 |
| Binary | 11010000 | 10100001 | 11110011 | 1110 | 100010 | 0 | 101 | 100010010 | 1001101 | 1001111 |
Color Harmonies of #D0A1F3
Complementary color
Monochromatic Colors of #D0A1F3
Black with #D0A1F3
Text Example
Text Example
White with #D0A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A1F3; }
p { color: rgb(208,161,243); }
H1.HeaderClassName
{
color: #D0A1F3;
}
.AnyTagClassName
{
color: #D0A1F3;
}
</style>
background-color css
<style>
a { background-color: #D0A1F3; }
a { background-color: rgb(208,161,243); }
div.DivClassName
{
background-color: #D0A1F3;
}
.BgClassName
{
background-color: #D0A1F3;
}
</style>
border-color css
<style>
span { border-color: #D0A1F3; }
span { border-color: rgb(208,161,243); }
td.TdClassName
{
border-color: #D0A1F3;
}
.TagClassName
{
border-color: #D0A1F3;
}
</style>