Shades of Mauve #D6A0F6
Tints of Mauve #D6A0F6
RGB
CMYK
RGB Variations
Color information
#D6A0F6 (or 0xD6A0F6) is known color: Mauve. HEX triplet: D6, A0 and F6. RGB value is (214,160,246). Sum of RGB (Red+Green+Blue) = 214+160+246=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #D6A0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A0F6 is #295F09. Grayscale: #B9B9B9. Windows color (decimal): -2711306 or 16163030. OLE color: 16163030.
HSL color Cylindrical-coordinate representation of color #D6A0F6: hue angle of 277.67º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A0F6 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 160 | 246 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.04 |
| HSL | 277.67º | 0.83% | 0.8% | - |
| HSV(B) | 277.67º | 0.35% | 0.96% | - |
| XYZ | 56.94 | 46.09 | 93.08 | - |
| YUV | 185.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 246 | 0.13 | 0.35 | 0 | 0.04 | 277.67 | 0.83 | 0.8 |
| Hex | D6 | A0 | F6 | D | 23 | 0 | 4 | 116 | 53 | 50 |
| Octal | 326 | 240 | 366 | 15 | 43 | 0 | 4 | 426 | 123 | 120 |
| Binary | 11010110 | 10100000 | 11110110 | 1101 | 100011 | 0 | 100 | 100010110 | 1010011 | 1010000 |
Color Harmonies of #D6A0F6
Complementary color
Monochromatic Colors of #D6A0F6
Black with #D6A0F6
Text Example
Text Example
White with #D6A0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0F6; }
p { color: rgb(214,160,246); }
H1.HeaderClassName
{
color: #D6A0F6;
}
.AnyTagClassName
{
color: #D6A0F6;
}
</style>
background-color css
<style>
a { background-color: #D6A0F6; }
a { background-color: rgb(214,160,246); }
div.DivClassName
{
background-color: #D6A0F6;
}
.BgClassName
{
background-color: #D6A0F6;
}
</style>
border-color css
<style>
span { border-color: #D6A0F6; }
span { border-color: rgb(214,160,246); }
td.TdClassName
{
border-color: #D6A0F6;
}
.TagClassName
{
border-color: #D6A0F6;
}
</style>