Shades of Mauve #DCA0FF
Tints of Mauve #DCA0FF
RGB
CMYK
RGB Variations
Color information
#DCA0FF (or 0xDCA0FF) is known color: Mauve. HEX triplet: DC, A0 and FF. RGB value is (220,160,255). Sum of RGB (Red+Green+Blue) = 220+160+255=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0FF is #235F00. Grayscale: #BCBCBC. Windows color (decimal): -2318081 or 16752860. OLE color: 16752860.
HSL color Cylindrical-coordinate representation of color #DCA0FF: hue angle of 277.89º 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 #DCA0FF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 160 | 255 | - |
| CMYK | 0.14 | 0.37 | 0 | 0 |
| HSL | 277.89º | 1% | 0.81% | - |
| HSV(B) | 277.89º | 0.37% | 1% | - |
| XYZ | 60.14 | 47.58 | 100.62 | - |
| YUV | 188.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 255 | 0.14 | 0.37 | 0 | 0 | 277.89 | 1 | 0.81 |
| Hex | DC | A0 | FF | E | 25 | 0 | 0 | 116 | 64 | 51 |
| Octal | 334 | 240 | 377 | 16 | 45 | 0 | 0 | 426 | 144 | 121 |
| Binary | 11011100 | 10100000 | 11111111 | 1110 | 100101 | 0 | 0 | 100010110 | 1100100 | 1010001 |
Color Harmonies of #DCA0FF
Complementary color
Monochromatic Colors of #DCA0FF
Black with #DCA0FF
Text Example
Text Example
White with #DCA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0FF; }
p { color: rgb(220,160,255); }
H1.HeaderClassName
{
color: #DCA0FF;
}
.AnyTagClassName
{
color: #DCA0FF;
}
</style>
background-color css
<style>
a { background-color: #DCA0FF; }
a { background-color: rgb(220,160,255); }
div.DivClassName
{
background-color: #DCA0FF;
}
.BgClassName
{
background-color: #DCA0FF;
}
</style>
border-color css
<style>
span { border-color: #DCA0FF; }
span { border-color: rgb(220,160,255); }
td.TdClassName
{
border-color: #DCA0FF;
}
.TagClassName
{
border-color: #DCA0FF;
}
</style>