Shades of Mauve #D0A5F8
Tints of Mauve #D0A5F8
RGB
CMYK
RGB Variations
Color information
#D0A5F8 (or 0xD0A5F8) is known color: Mauve. HEX triplet: D0, A5 and F8. RGB value is (208,165,248). Sum of RGB (Red+Green+Blue) = 208+165+248=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0A5F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A5F8 is #2F5A07. Grayscale: #BBBBBB. Windows color (decimal): -3103240 or 16295376. OLE color: 16295376.
HSL color Cylindrical-coordinate representation of color #D0A5F8: hue angle of 271.08º 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 #D0A5F8 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 165 | 248 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.03 |
| HSL | 271.08º | 0.86% | 0.81% | - |
| HSV(B) | 271.08º | 0.33% | 0.97% | - |
| XYZ | 56.41 | 47.1 | 94.92 | - |
| YUV | 187.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 248 | 0.16 | 0.33 | 0 | 0.03 | 271.08 | 0.86 | 0.81 |
| Hex | D0 | A5 | F8 | 10 | 21 | 0 | 3 | 10F | 56 | 51 |
| Octal | 320 | 245 | 370 | 20 | 41 | 0 | 3 | 417 | 126 | 121 |
| Binary | 11010000 | 10100101 | 11111000 | 10000 | 100001 | 0 | 11 | 100001111 | 1010110 | 1010001 |
Color Harmonies of #D0A5F8
Complementary color
Monochromatic Colors of #D0A5F8
Black with #D0A5F8
Text Example
Text Example
White with #D0A5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5F8; }
p { color: rgb(208,165,248); }
H1.HeaderClassName
{
color: #D0A5F8;
}
.AnyTagClassName
{
color: #D0A5F8;
}
</style>
background-color css
<style>
a { background-color: #D0A5F8; }
a { background-color: rgb(208,165,248); }
div.DivClassName
{
background-color: #D0A5F8;
}
.BgClassName
{
background-color: #D0A5F8;
}
</style>
border-color css
<style>
span { border-color: #D0A5F8; }
span { border-color: rgb(208,165,248); }
td.TdClassName
{
border-color: #D0A5F8;
}
.TagClassName
{
border-color: #D0A5F8;
}
</style>