Shades of Mauve #D0AFFF
Tints of Mauve #D0AFFF
RGB
CMYK
RGB Variations
Color information
#D0AFFF (or 0xD0AFFF) is known color: Mauve. HEX triplet: D0, AF and FF. RGB value is (208,175,255). Sum of RGB (Red+Green+Blue) = 208+175+255=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFFF is #2F5000. Grayscale: #C1C1C1. Windows color (decimal): -3100673 or 16756688. OLE color: 16756688.
HSL color Cylindrical-coordinate representation of color #D0AFFF: hue angle of 264.75º 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 #D0AFFF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 175 | 255 | - |
| CMYK | 0.18 | 0.31 | 0 | 0 |
| HSL | 264.75º | 1% | 0.84% | - |
| HSV(B) | 264.75º | 0.31% | 1% | - |
| XYZ | 59.39 | 51.29 | 101.38 | - |
| YUV | 193.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 255 | 0.18 | 0.31 | 0 | 0 | 264.75 | 1 | 0.84 |
| Hex | D0 | AF | FF | 12 | 1F | 0 | 0 | 109 | 64 | 54 |
| Octal | 320 | 257 | 377 | 22 | 37 | 0 | 0 | 411 | 144 | 124 |
| Binary | 11010000 | 10101111 | 11111111 | 10010 | 11111 | 0 | 0 | 100001001 | 1100100 | 1010100 |
Color Harmonies of #D0AFFF
Complementary color
Monochromatic Colors of #D0AFFF
Black with #D0AFFF
Text Example
Text Example
White with #D0AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFFF; }
p { color: rgb(208,175,255); }
H1.HeaderClassName
{
color: #D0AFFF;
}
.AnyTagClassName
{
color: #D0AFFF;
}
</style>
background-color css
<style>
a { background-color: #D0AFFF; }
a { background-color: rgb(208,175,255); }
div.DivClassName
{
background-color: #D0AFFF;
}
.BgClassName
{
background-color: #D0AFFF;
}
</style>
border-color css
<style>
span { border-color: #D0AFFF; }
span { border-color: rgb(208,175,255); }
td.TdClassName
{
border-color: #D0AFFF;
}
.TagClassName
{
border-color: #D0AFFF;
}
</style>