Shades of Mauve #D4A6FF
Tints of Mauve #D4A6FF
RGB
CMYK
RGB Variations
Color information
#D4A6FF (or 0xD4A6FF) is known color: Mauve. HEX triplet: D4, A6 and FF. RGB value is (212,166,255). Sum of RGB (Red+Green+Blue) = 212+166+255=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A6FF is #2B5900. Grayscale: #BDBDBD. Windows color (decimal): -2840833 or 16754388. OLE color: 16754388.
HSL color Cylindrical-coordinate representation of color #D4A6FF: hue angle of 271.01º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4A6FF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 166 | 255 | - |
| CMYK | 0.17 | 0.35 | 0 | 0 |
| HSL | 271.01º | 1% | 0.83% | - |
| HSV(B) | 271.01º | 0.35% | 1% | - |
| XYZ | 58.84 | 48.49 | 100.87 | - |
| YUV | 189.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 255 | 0.17 | 0.35 | 0 | 0 | 271.01 | 1 | 0.83 |
| Hex | D4 | A6 | FF | 11 | 23 | 0 | 0 | 10F | 64 | 53 |
| Octal | 324 | 246 | 377 | 21 | 43 | 0 | 0 | 417 | 144 | 123 |
| Binary | 11010100 | 10100110 | 11111111 | 10001 | 100011 | 0 | 0 | 100001111 | 1100100 | 1010011 |
Color Harmonies of #D4A6FF
Complementary color
Monochromatic Colors of #D4A6FF
Black with #D4A6FF
Text Example
Text Example
White with #D4A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6FF; }
p { color: rgb(212,166,255); }
H1.HeaderClassName
{
color: #D4A6FF;
}
.AnyTagClassName
{
color: #D4A6FF;
}
</style>
background-color css
<style>
a { background-color: #D4A6FF; }
a { background-color: rgb(212,166,255); }
div.DivClassName
{
background-color: #D4A6FF;
}
.BgClassName
{
background-color: #D4A6FF;
}
</style>
border-color css
<style>
span { border-color: #D4A6FF; }
span { border-color: rgb(212,166,255); }
td.TdClassName
{
border-color: #D4A6FF;
}
.TagClassName
{
border-color: #D4A6FF;
}
</style>