Shades of Mauve #D5A0FC
Tints of Mauve #D5A0FC
RGB
CMYK
RGB Variations
Color information
#D5A0FC (or 0xD5A0FC) is known color: Mauve. HEX triplet: D5, A0 and FC. RGB value is (213,160,252). Sum of RGB (Red+Green+Blue) = 213+160+252=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0FC is #2A5F03. Grayscale: #BABABA. Windows color (decimal): -2776836 or 16556245. OLE color: 16556245.
HSL color Cylindrical-coordinate representation of color #D5A0FC: hue angle of 274.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5A0FC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 160 | 252 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.01 |
| HSL | 274.57º | 0.94% | 0.81% | - |
| HSV(B) | 274.57º | 0.37% | 0.99% | - |
| XYZ | 57.58 | 46.32 | 98 | - |
| YUV | 186.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 252 | 0.15 | 0.37 | 0 | 0.01 | 274.57 | 0.94 | 0.81 |
| Hex | D5 | A0 | FC | F | 25 | 0 | 1 | 113 | 5E | 51 |
| Octal | 325 | 240 | 374 | 17 | 45 | 0 | 1 | 423 | 136 | 121 |
| Binary | 11010101 | 10100000 | 11111100 | 1111 | 100101 | 0 | 1 | 100010011 | 1011110 | 1010001 |
Color Harmonies of #D5A0FC
Complementary color
Monochromatic Colors of #D5A0FC
Black with #D5A0FC
Text Example
Text Example
White with #D5A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A0FC; }
p { color: rgb(213,160,252); }
H1.HeaderClassName
{
color: #D5A0FC;
}
.AnyTagClassName
{
color: #D5A0FC;
}
</style>
background-color css
<style>
a { background-color: #D5A0FC; }
a { background-color: rgb(213,160,252); }
div.DivClassName
{
background-color: #D5A0FC;
}
.BgClassName
{
background-color: #D5A0FC;
}
</style>
border-color css
<style>
span { border-color: #D5A0FC; }
span { border-color: rgb(213,160,252); }
td.TdClassName
{
border-color: #D5A0FC;
}
.TagClassName
{
border-color: #D5A0FC;
}
</style>