Shades of Mauve #D5A5F8
Tints of Mauve #D5A5F8
RGB
CMYK
RGB Variations
Color information
#D5A5F8 (or 0xD5A5F8) is known color: Mauve. HEX triplet: D5, A5 and F8. RGB value is (213,165,248). Sum of RGB (Red+Green+Blue) = 213+165+248=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5A5F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5F8 is #2A5A07. Grayscale: #BCBCBC. Windows color (decimal): -2775560 or 16295381. OLE color: 16295381.
HSL color Cylindrical-coordinate representation of color #D5A5F8: hue angle of 274.7º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A5F8 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 165 | 248 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.03 |
| HSL | 274.7º | 0.86% | 0.81% | - |
| HSV(B) | 274.7º | 0.33% | 0.97% | - |
| XYZ | 57.84 | 47.83 | 94.99 | - |
| YUV | 188.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 248 | 0.14 | 0.33 | 0 | 0.03 | 274.7 | 0.86 | 0.81 |
| Hex | D5 | A5 | F8 | E | 21 | 0 | 3 | 113 | 56 | 51 |
| Octal | 325 | 245 | 370 | 16 | 41 | 0 | 3 | 423 | 126 | 121 |
| Binary | 11010101 | 10100101 | 11111000 | 1110 | 100001 | 0 | 11 | 100010011 | 1010110 | 1010001 |
Color Harmonies of #D5A5F8
Complementary color
Monochromatic Colors of #D5A5F8
Black with #D5A5F8
Text Example
Text Example
White with #D5A5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A5F8; }
p { color: rgb(213,165,248); }
H1.HeaderClassName
{
color: #D5A5F8;
}
.AnyTagClassName
{
color: #D5A5F8;
}
</style>
background-color css
<style>
a { background-color: #D5A5F8; }
a { background-color: rgb(213,165,248); }
div.DivClassName
{
background-color: #D5A5F8;
}
.BgClassName
{
background-color: #D5A5F8;
}
</style>
border-color css
<style>
span { border-color: #D5A5F8; }
span { border-color: rgb(213,165,248); }
td.TdClassName
{
border-color: #D5A5F8;
}
.TagClassName
{
border-color: #D5A5F8;
}
</style>