Shades of Mauve #D4A7FF
Tints of Mauve #D4A7FF
RGB
CMYK
RGB Variations
Color information
#D4A7FF (or 0xD4A7FF) is known color: Mauve. HEX triplet: D4, A7 and FF. RGB value is (212,167,255). Sum of RGB (Red+Green+Blue) = 212+167+255=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7FF is #2B5800. Grayscale: #BEBEBE. Windows color (decimal): -2840577 or 16754644. OLE color: 16754644.
HSL color Cylindrical-coordinate representation of color #D4A7FF: hue angle of 270.68º 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 #D4A7FF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 167 | 255 | - |
| CMYK | 0.17 | 0.35 | 0 | 0 |
| HSL | 270.68º | 1% | 0.83% | - |
| HSV(B) | 270.68º | 0.35% | 1% | - |
| XYZ | 59.02 | 48.85 | 100.93 | - |
| YUV | 190.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 255 | 0.17 | 0.35 | 0 | 0 | 270.68 | 1 | 0.83 |
| Hex | D4 | A7 | FF | 11 | 23 | 0 | 0 | 10F | 64 | 53 |
| Octal | 324 | 247 | 377 | 21 | 43 | 0 | 0 | 417 | 144 | 123 |
| Binary | 11010100 | 10100111 | 11111111 | 10001 | 100011 | 0 | 0 | 100001111 | 1100100 | 1010011 |
Color Harmonies of #D4A7FF
Complementary color
Monochromatic Colors of #D4A7FF
Black with #D4A7FF
Text Example
Text Example
White with #D4A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A7FF; }
p { color: rgb(212,167,255); }
H1.HeaderClassName
{
color: #D4A7FF;
}
.AnyTagClassName
{
color: #D4A7FF;
}
</style>
background-color css
<style>
a { background-color: #D4A7FF; }
a { background-color: rgb(212,167,255); }
div.DivClassName
{
background-color: #D4A7FF;
}
.BgClassName
{
background-color: #D4A7FF;
}
</style>
border-color css
<style>
span { border-color: #D4A7FF; }
span { border-color: rgb(212,167,255); }
td.TdClassName
{
border-color: #D4A7FF;
}
.TagClassName
{
border-color: #D4A7FF;
}
</style>