Shades of Mauve #D5A4FF
Tints of Mauve #D5A4FF
RGB
CMYK
RGB Variations
Color information
#D5A4FF (or 0xD5A4FF) is known color: Mauve. HEX triplet: D5, A4 and FF. RGB value is (213,164,255). Sum of RGB (Red+Green+Blue) = 213+164+255=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 164 (64.45% from 255 or 25.95% 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 #D5A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A4FF is #2A5B00. Grayscale: #BCBCBC. Windows color (decimal): -2775809 or 16753877. OLE color: 16753877.
HSL color Cylindrical-coordinate representation of color #D5A4FF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5A4FF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 164 | 255 | - |
| CMYK | 0.16 | 0.36 | 0 | 0 |
| HSL | 272.31º | 1% | 0.82% | - |
| HSV(B) | 272.31º | 0.36% | 1% | - |
| XYZ | 58.77 | 47.92 | 100.76 | - |
| YUV | 189.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 255 | 0.16 | 0.36 | 0 | 0 | 272.31 | 1 | 0.82 |
| Hex | D5 | A4 | FF | 10 | 24 | 0 | 0 | 110 | 64 | 52 |
| Octal | 325 | 244 | 377 | 20 | 44 | 0 | 0 | 420 | 144 | 122 |
| Binary | 11010101 | 10100100 | 11111111 | 10000 | 100100 | 0 | 0 | 100010000 | 1100100 | 1010010 |
Color Harmonies of #D5A4FF
Complementary color
Monochromatic Colors of #D5A4FF
Black with #D5A4FF
Text Example
Text Example
White with #D5A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4FF; }
p { color: rgb(213,164,255); }
H1.HeaderClassName
{
color: #D5A4FF;
}
.AnyTagClassName
{
color: #D5A4FF;
}
</style>
background-color css
<style>
a { background-color: #D5A4FF; }
a { background-color: rgb(213,164,255); }
div.DivClassName
{
background-color: #D5A4FF;
}
.BgClassName
{
background-color: #D5A4FF;
}
</style>
border-color css
<style>
span { border-color: #D5A4FF; }
span { border-color: rgb(213,164,255); }
td.TdClassName
{
border-color: #D5A4FF;
}
.TagClassName
{
border-color: #D5A4FF;
}
</style>