Shades of Mauve #D6AFF1
Tints of Mauve #D6AFF1
RGB
CMYK
RGB Variations
Color information
#D6AFF1 (or 0xD6AFF1) is known color: Mauve. HEX triplet: D6, AF and F1. RGB value is (214,175,241). Sum of RGB (Red+Green+Blue) = 214+175+241=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFF1 is #29500E. Grayscale: #C1C1C1. Windows color (decimal): -2707471 or 15839190. OLE color: 15839190.
HSL color Cylindrical-coordinate representation of color #D6AFF1: hue angle of 275.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6AFF1 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 175 | 241 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.05 |
| HSL | 275.45º | 0.7% | 0.82% | - |
| HSV(B) | 275.45º | 0.27% | 0.95% | - |
| XYZ | 58.94 | 51.31 | 90.02 | - |
| YUV | 194.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 241 | 0.11 | 0.27 | 0 | 0.05 | 275.45 | 0.7 | 0.82 |
| Hex | D6 | AF | F1 | B | 1B | 0 | 5 | 113 | 46 | 52 |
| Octal | 326 | 257 | 361 | 13 | 33 | 0 | 5 | 423 | 106 | 122 |
| Binary | 11010110 | 10101111 | 11110001 | 1011 | 11011 | 0 | 101 | 100010011 | 1000110 | 1010010 |
Color Harmonies of #D6AFF1
Complementary color
Monochromatic Colors of #D6AFF1
Black with #D6AFF1
Text Example
Text Example
White with #D6AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFF1; }
p { color: rgb(214,175,241); }
H1.HeaderClassName
{
color: #D6AFF1;
}
.AnyTagClassName
{
color: #D6AFF1;
}
</style>
background-color css
<style>
a { background-color: #D6AFF1; }
a { background-color: rgb(214,175,241); }
div.DivClassName
{
background-color: #D6AFF1;
}
.BgClassName
{
background-color: #D6AFF1;
}
</style>
border-color css
<style>
span { border-color: #D6AFF1; }
span { border-color: rgb(214,175,241); }
td.TdClassName
{
border-color: #D6AFF1;
}
.TagClassName
{
border-color: #D6AFF1;
}
</style>