Shades of Mauve #D6AFFF
Tints of Mauve #D6AFFF
RGB
CMYK
RGB Variations
Color information
#D6AFFF (or 0xD6AFFF) is known color: Mauve. HEX triplet: D6, AF and FF. RGB value is (214,175,255). Sum of RGB (Red+Green+Blue) = 214+175+255=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFFF is #295000. Grayscale: #C3C3C3. Windows color (decimal): -2707457 or 16756694. OLE color: 16756694.
HSL color Cylindrical-coordinate representation of color #D6AFFF: hue angle of 269.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6AFFF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 175 | 255 | - |
| CMYK | 0.16 | 0.31 | 0 | 0 |
| HSL | 269.25º | 1% | 0.84% | - |
| HSV(B) | 269.25º | 0.31% | 1% | - |
| XYZ | 61.11 | 52.18 | 101.46 | - |
| YUV | 195.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 255 | 0.16 | 0.31 | 0 | 0 | 269.25 | 1 | 0.84 |
| Hex | D6 | AF | FF | 10 | 1F | 0 | 0 | 10D | 64 | 54 |
| Octal | 326 | 257 | 377 | 20 | 37 | 0 | 0 | 415 | 144 | 124 |
| Binary | 11010110 | 10101111 | 11111111 | 10000 | 11111 | 0 | 0 | 100001101 | 1100100 | 1010100 |
Color Harmonies of #D6AFFF
Complementary color
Monochromatic Colors of #D6AFFF
Black with #D6AFFF
Text Example
Text Example
White with #D6AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFFF; }
p { color: rgb(214,175,255); }
H1.HeaderClassName
{
color: #D6AFFF;
}
.AnyTagClassName
{
color: #D6AFFF;
}
</style>
background-color css
<style>
a { background-color: #D6AFFF; }
a { background-color: rgb(214,175,255); }
div.DivClassName
{
background-color: #D6AFFF;
}
.BgClassName
{
background-color: #D6AFFF;
}
</style>
border-color css
<style>
span { border-color: #D6AFFF; }
span { border-color: rgb(214,175,255); }
td.TdClassName
{
border-color: #D6AFFF;
}
.TagClassName
{
border-color: #D6AFFF;
}
</style>