Shades of Mauve #D0A6F8
Tints of Mauve #D0A6F8
RGB
CMYK
RGB Variations
Color information
#D0A6F8 (or 0xD0A6F8) is known color: Mauve. HEX triplet: D0, A6 and F8. RGB value is (208,166,248). Sum of RGB (Red+Green+Blue) = 208+166+248=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0A6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A6F8 is #2F5907. Grayscale: #BBBBBB. Windows color (decimal): -3102984 or 16295632. OLE color: 16295632.
HSL color Cylindrical-coordinate representation of color #D0A6F8: hue angle of 270.73º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A6F8 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 166 | 248 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.03 |
| HSL | 270.73º | 0.85% | 0.81% | - |
| HSV(B) | 270.73º | 0.33% | 0.97% | - |
| XYZ | 56.59 | 47.46 | 94.98 | - |
| YUV | 187.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 248 | 0.16 | 0.33 | 0 | 0.03 | 270.73 | 0.85 | 0.81 |
| Hex | D0 | A6 | F8 | 10 | 21 | 0 | 3 | 10F | 55 | 51 |
| Octal | 320 | 246 | 370 | 20 | 41 | 0 | 3 | 417 | 125 | 121 |
| Binary | 11010000 | 10100110 | 11111000 | 10000 | 100001 | 0 | 11 | 100001111 | 1010101 | 1010001 |
Color Harmonies of #D0A6F8
Complementary color
Monochromatic Colors of #D0A6F8
Black with #D0A6F8
Text Example
Text Example
White with #D0A6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A6F8; }
p { color: rgb(208,166,248); }
H1.HeaderClassName
{
color: #D0A6F8;
}
.AnyTagClassName
{
color: #D0A6F8;
}
</style>
background-color css
<style>
a { background-color: #D0A6F8; }
a { background-color: rgb(208,166,248); }
div.DivClassName
{
background-color: #D0A6F8;
}
.BgClassName
{
background-color: #D0A6F8;
}
</style>
border-color css
<style>
span { border-color: #D0A6F8; }
span { border-color: rgb(208,166,248); }
td.TdClassName
{
border-color: #D0A6F8;
}
.TagClassName
{
border-color: #D0A6F8;
}
</style>