Shades of Mauve #D4A0F3
Tints of Mauve #D4A0F3
RGB
CMYK
RGB Variations
Color information
#D4A0F3 (or 0xD4A0F3) is known color: Mauve. HEX triplet: D4, A0 and F3. RGB value is (212,160,243). Sum of RGB (Red+Green+Blue) = 212+160+243=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4A0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A0F3 is #2B5F0C. Grayscale: #B8B8B8. Windows color (decimal): -2842381 or 15966420. OLE color: 15966420.
HSL color Cylindrical-coordinate representation of color #D4A0F3: hue angle of 277.59º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A0F3 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 160 | 243 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.05 |
| HSL | 277.59º | 0.78% | 0.79% | - |
| HSV(B) | 277.59º | 0.34% | 0.95% | - |
| XYZ | 55.9 | 45.61 | 90.65 | - |
| YUV | 185.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 243 | 0.13 | 0.34 | 0 | 0.05 | 277.59 | 0.78 | 0.79 |
| Hex | D4 | A0 | F3 | D | 22 | 0 | 5 | 116 | 4E | 4F |
| Octal | 324 | 240 | 363 | 15 | 42 | 0 | 5 | 426 | 116 | 117 |
| Binary | 11010100 | 10100000 | 11110011 | 1101 | 100010 | 0 | 101 | 100010110 | 1001110 | 1001111 |
Color Harmonies of #D4A0F3
Complementary color
Monochromatic Colors of #D4A0F3
Black with #D4A0F3
Text Example
Text Example
White with #D4A0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A0F3; }
p { color: rgb(212,160,243); }
H1.HeaderClassName
{
color: #D4A0F3;
}
.AnyTagClassName
{
color: #D4A0F3;
}
</style>
background-color css
<style>
a { background-color: #D4A0F3; }
a { background-color: rgb(212,160,243); }
div.DivClassName
{
background-color: #D4A0F3;
}
.BgClassName
{
background-color: #D4A0F3;
}
</style>
border-color css
<style>
span { border-color: #D4A0F3; }
span { border-color: rgb(212,160,243); }
td.TdClassName
{
border-color: #D4A0F3;
}
.TagClassName
{
border-color: #D4A0F3;
}
</style>