Shades of Mauve #D2A0FF
Tints of Mauve #D2A0FF
RGB
CMYK
RGB Variations
Color information
#D2A0FF (or 0xD2A0FF) is known color: Mauve. HEX triplet: D2, A0 and FF. RGB value is (210,160,255). Sum of RGB (Red+Green+Blue) = 210+160+255=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A0FF is #2D5F00. Grayscale: #B9B9B9. Windows color (decimal): -2973441 or 16752850. OLE color: 16752850.
HSL color Cylindrical-coordinate representation of color #D2A0FF: hue angle of 271.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2A0FF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 160 | 255 | - |
| CMYK | 0.18 | 0.37 | 0 | 0 |
| HSL | 271.58º | 1% | 0.81% | - |
| HSV(B) | 271.58º | 0.37% | 1% | - |
| XYZ | 57.2 | 46.06 | 100.48 | - |
| YUV | 185.78 | 167.07 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 255 | 0.18 | 0.37 | 0 | 0 | 271.58 | 1 | 0.81 |
| Hex | D2 | A0 | FF | 12 | 25 | 0 | 0 | 110 | 64 | 51 |
| Octal | 322 | 240 | 377 | 22 | 45 | 0 | 0 | 420 | 144 | 121 |
| Binary | 11010010 | 10100000 | 11111111 | 10010 | 100101 | 0 | 0 | 100010000 | 1100100 | 1010001 |
Color Harmonies of #D2A0FF
Complementary color
Monochromatic Colors of #D2A0FF
Black with #D2A0FF
Text Example
Text Example
White with #D2A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A0FF; }
p { color: rgb(210,160,255); }
H1.HeaderClassName
{
color: #D2A0FF;
}
.AnyTagClassName
{
color: #D2A0FF;
}
</style>
background-color css
<style>
a { background-color: #D2A0FF; }
a { background-color: rgb(210,160,255); }
div.DivClassName
{
background-color: #D2A0FF;
}
.BgClassName
{
background-color: #D2A0FF;
}
</style>
border-color css
<style>
span { border-color: #D2A0FF; }
span { border-color: rgb(210,160,255); }
td.TdClassName
{
border-color: #D2A0FF;
}
.TagClassName
{
border-color: #D2A0FF;
}
</style>