Shades of Mauve #D4A9FF
Tints of Mauve #D4A9FF
RGB
CMYK
RGB Variations
Color information
#D4A9FF (or 0xD4A9FF) is known color: Mauve. HEX triplet: D4, A9 and FF. RGB value is (212,169,255). Sum of RGB (Red+Green+Blue) = 212+169+255=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A9FF is #2B5600. Grayscale: #BFBFBF. Windows color (decimal): -2840065 or 16755156. OLE color: 16755156.
HSL color Cylindrical-coordinate representation of color #D4A9FF: hue angle of 270º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A9FF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 169 | 255 | - |
| CMYK | 0.17 | 0.34 | 0 | 0 |
| HSL | 270º | 1% | 0.83% | - |
| HSV(B) | 270º | 0.34% | 1% | - |
| XYZ | 59.39 | 49.59 | 101.05 | - |
| YUV | 191.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 255 | 0.17 | 0.34 | 0 | 0 | 270 | 1 | 0.83 |
| Hex | D4 | A9 | FF | 11 | 22 | 0 | 0 | 10E | 64 | 53 |
| Octal | 324 | 251 | 377 | 21 | 42 | 0 | 0 | 416 | 144 | 123 |
| Binary | 11010100 | 10101001 | 11111111 | 10001 | 100010 | 0 | 0 | 100001110 | 1100100 | 1010011 |
Color Harmonies of #D4A9FF
Complementary color
Monochromatic Colors of #D4A9FF
Black with #D4A9FF
Text Example
Text Example
White with #D4A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A9FF; }
p { color: rgb(212,169,255); }
H1.HeaderClassName
{
color: #D4A9FF;
}
.AnyTagClassName
{
color: #D4A9FF;
}
</style>
background-color css
<style>
a { background-color: #D4A9FF; }
a { background-color: rgb(212,169,255); }
div.DivClassName
{
background-color: #D4A9FF;
}
.BgClassName
{
background-color: #D4A9FF;
}
</style>
border-color css
<style>
span { border-color: #D4A9FF; }
span { border-color: rgb(212,169,255); }
td.TdClassName
{
border-color: #D4A9FF;
}
.TagClassName
{
border-color: #D4A9FF;
}
</style>