Shades of Mauve #D5A6FF
Tints of Mauve #D5A6FF
RGB
CMYK
RGB Variations
Color information
#D5A6FF (or 0xD5A6FF) is known color: Mauve. HEX triplet: D5, A6 and FF. RGB value is (213,166,255). Sum of RGB (Red+Green+Blue) = 213+166+255=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 166 (65.23% from 255 or 26.18% 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 #D5A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A6FF is #2A5900. Grayscale: #BDBDBD. Windows color (decimal): -2775297 or 16754389. OLE color: 16754389.
HSL color Cylindrical-coordinate representation of color #D5A6FF: hue angle of 271.69º 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 #D5A6FF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 166 | 255 | - |
| CMYK | 0.16 | 0.35 | 0 | 0 |
| HSL | 271.69º | 1% | 0.83% | - |
| HSV(B) | 271.69º | 0.35% | 1% | - |
| XYZ | 59.13 | 48.64 | 100.88 | - |
| YUV | 190.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 166 | 255 | 0.16 | 0.35 | 0 | 0 | 271.69 | 1 | 0.83 |
| Hex | D5 | A6 | FF | 10 | 23 | 0 | 0 | 110 | 64 | 53 |
| Octal | 325 | 246 | 377 | 20 | 43 | 0 | 0 | 420 | 144 | 123 |
| Binary | 11010101 | 10100110 | 11111111 | 10000 | 100011 | 0 | 0 | 100010000 | 1100100 | 1010011 |
Color Harmonies of #D5A6FF
Complementary color
Monochromatic Colors of #D5A6FF
Black with #D5A6FF
Text Example
Text Example
White with #D5A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A6FF; }
p { color: rgb(213,166,255); }
H1.HeaderClassName
{
color: #D5A6FF;
}
.AnyTagClassName
{
color: #D5A6FF;
}
</style>
background-color css
<style>
a { background-color: #D5A6FF; }
a { background-color: rgb(213,166,255); }
div.DivClassName
{
background-color: #D5A6FF;
}
.BgClassName
{
background-color: #D5A6FF;
}
</style>
border-color css
<style>
span { border-color: #D5A6FF; }
span { border-color: rgb(213,166,255); }
td.TdClassName
{
border-color: #D5A6FF;
}
.TagClassName
{
border-color: #D5A6FF;
}
</style>