Shades of Mauve #D1AFFF
Tints of Mauve #D1AFFF
RGB
CMYK
RGB Variations
Color information
#D1AFFF (or 0xD1AFFF) is known color: Mauve. HEX triplet: D1, AF and FF. RGB value is (209,175,255). Sum of RGB (Red+Green+Blue) = 209+175+255=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFFF is #2E5000. Grayscale: #C2C2C2. Windows color (decimal): -3035137 or 16756689. OLE color: 16756689.
HSL color Cylindrical-coordinate representation of color #D1AFFF: hue angle of 265.5º 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 #D1AFFF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 175 | 255 | - |
| CMYK | 0.18 | 0.31 | 0 | 0 |
| HSL | 265.5º | 1% | 0.84% | - |
| HSV(B) | 265.5º | 0.31% | 1% | - |
| XYZ | 59.67 | 51.44 | 101.39 | - |
| YUV | 194.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 255 | 0.18 | 0.31 | 0 | 0 | 265.5 | 1 | 0.84 |
| Hex | D1 | AF | FF | 12 | 1F | 0 | 0 | 10A | 64 | 54 |
| Octal | 321 | 257 | 377 | 22 | 37 | 0 | 0 | 412 | 144 | 124 |
| Binary | 11010001 | 10101111 | 11111111 | 10010 | 11111 | 0 | 0 | 100001010 | 1100100 | 1010100 |
Color Harmonies of #D1AFFF
Complementary color
Monochromatic Colors of #D1AFFF
Black with #D1AFFF
Text Example
Text Example
White with #D1AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFFF; }
p { color: rgb(209,175,255); }
H1.HeaderClassName
{
color: #D1AFFF;
}
.AnyTagClassName
{
color: #D1AFFF;
}
</style>
background-color css
<style>
a { background-color: #D1AFFF; }
a { background-color: rgb(209,175,255); }
div.DivClassName
{
background-color: #D1AFFF;
}
.BgClassName
{
background-color: #D1AFFF;
}
</style>
border-color css
<style>
span { border-color: #D1AFFF; }
span { border-color: rgb(209,175,255); }
td.TdClassName
{
border-color: #D1AFFF;
}
.TagClassName
{
border-color: #D1AFFF;
}
</style>