Shades of Mauve #D4A5FF
Tints of Mauve #D4A5FF
RGB
CMYK
RGB Variations
Color information
#D4A5FF (or 0xD4A5FF) is known color: Mauve. HEX triplet: D4, A5 and FF. RGB value is (212,165,255). Sum of RGB (Red+Green+Blue) = 212+165+255=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A5FF is #2B5A00. Grayscale: #BDBDBD. Windows color (decimal): -2841089 or 16754132. OLE color: 16754132.
HSL color Cylindrical-coordinate representation of color #D4A5FF: hue angle of 271.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4A5FF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 165 | 255 | - |
| CMYK | 0.17 | 0.35 | 0 | 0 |
| HSL | 271.33º | 1% | 0.82% | - |
| HSV(B) | 271.33º | 0.35% | 1% | - |
| XYZ | 58.66 | 48.13 | 100.81 | - |
| YUV | 189.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 255 | 0.17 | 0.35 | 0 | 0 | 271.33 | 1 | 0.82 |
| Hex | D4 | A5 | FF | 11 | 23 | 0 | 0 | 10F | 64 | 52 |
| Octal | 324 | 245 | 377 | 21 | 43 | 0 | 0 | 417 | 144 | 122 |
| Binary | 11010100 | 10100101 | 11111111 | 10001 | 100011 | 0 | 0 | 100001111 | 1100100 | 1010010 |
Color Harmonies of #D4A5FF
Complementary color
Monochromatic Colors of #D4A5FF
Black with #D4A5FF
Text Example
Text Example
White with #D4A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A5FF; }
p { color: rgb(212,165,255); }
H1.HeaderClassName
{
color: #D4A5FF;
}
.AnyTagClassName
{
color: #D4A5FF;
}
</style>
background-color css
<style>
a { background-color: #D4A5FF; }
a { background-color: rgb(212,165,255); }
div.DivClassName
{
background-color: #D4A5FF;
}
.BgClassName
{
background-color: #D4A5FF;
}
</style>
border-color css
<style>
span { border-color: #D4A5FF; }
span { border-color: rgb(212,165,255); }
td.TdClassName
{
border-color: #D4A5FF;
}
.TagClassName
{
border-color: #D4A5FF;
}
</style>