Shades of Mauve #D1A0FF
Tints of Mauve #D1A0FF
RGB
CMYK
RGB Variations
Color information
#D1A0FF (or 0xD1A0FF) is known color: Mauve. HEX triplet: D1, A0 and FF. RGB value is (209,160,255). Sum of RGB (Red+Green+Blue) = 209+160+255=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A0FF is #2E5F00. Grayscale: #B9B9B9. Windows color (decimal): -3038977 or 16752849. OLE color: 16752849.
HSL color Cylindrical-coordinate representation of color #D1A0FF: hue angle of 270.95º 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 #D1A0FF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 209 | 160 | 255 | - |
CMYK | 0.18 | 0.37 | 0 | 0 |
HSL | 270.95º | 1% | 0.81% | - |
HSV(B) | 270.95º | 0.37% | 1% | - |
XYZ | 56.92 | 45.92 | 100.47 | - |
YUV | 185.48 | 167.23 | 144.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 160 | 255 | 0.18 | 0.37 | 0 | 0 | 270.95 | 1 | 0.81 |
Hex | D1 | A0 | FF | 12 | 25 | 0 | 0 | 10F | 64 | 51 |
Octal | 321 | 240 | 377 | 22 | 45 | 0 | 0 | 417 | 144 | 121 |
Binary | 11010001 | 10100000 | 11111111 | 10010 | 100101 | 0 | 0 | 100001111 | 1100100 | 1010001 |
Color Harmonies of #D1A0FF
Complementary color
Monochromatic Colors of #D1A0FF
Black with #D1A0FF
Text Example
Text Example
White with #D1A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0FF; }
p { color: rgb(209,160,255); }
H1.HeaderClassName
{
color: #D1A0FF;
}
.AnyTagClassName
{
color: #D1A0FF;
}
</style>
background-color css
<style>
a { background-color: #D1A0FF; }
a { background-color: rgb(209,160,255); }
div.DivClassName
{
background-color: #D1A0FF;
}
.BgClassName
{
background-color: #D1A0FF;
}
</style>
border-color css
<style>
span { border-color: #D1A0FF; }
span { border-color: rgb(209,160,255); }
td.TdClassName
{
border-color: #D1A0FF;
}
.TagClassName
{
border-color: #D1A0FF;
}
</style>