Shades of Mauve #D0A5F5
Tints of Mauve #D0A5F5
RGB
CMYK
RGB Variations
Color information
#D0A5F5 (or 0xD0A5F5) is known color: Mauve. HEX triplet: D0, A5 and F5. RGB value is (208,165,245). Sum of RGB (Red+Green+Blue) = 208+165+245=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0A5F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A5F5 is #2F5A0A. Grayscale: #BABABA. Windows color (decimal): -3103243 or 16098768. OLE color: 16098768.
HSL color Cylindrical-coordinate representation of color #D0A5F5: hue angle of 272.25º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0A5F5 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 165 | 245 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.04 |
| HSL | 272.25º | 0.8% | 0.8% | - |
| HSV(B) | 272.25º | 0.33% | 0.96% | - |
| XYZ | 55.95 | 46.91 | 92.49 | - |
| YUV | 186.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 245 | 0.15 | 0.33 | 0 | 0.04 | 272.25 | 0.8 | 0.8 |
| Hex | D0 | A5 | F5 | F | 21 | 0 | 4 | 110 | 50 | 50 |
| Octal | 320 | 245 | 365 | 17 | 41 | 0 | 4 | 420 | 120 | 120 |
| Binary | 11010000 | 10100101 | 11110101 | 1111 | 100001 | 0 | 100 | 100010000 | 1010000 | 1010000 |
Color Harmonies of #D0A5F5
Complementary color
Monochromatic Colors of #D0A5F5
Black with #D0A5F5
Text Example
Text Example
White with #D0A5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A5F5; }
p { color: rgb(208,165,245); }
H1.HeaderClassName
{
color: #D0A5F5;
}
.AnyTagClassName
{
color: #D0A5F5;
}
</style>
background-color css
<style>
a { background-color: #D0A5F5; }
a { background-color: rgb(208,165,245); }
div.DivClassName
{
background-color: #D0A5F5;
}
.BgClassName
{
background-color: #D0A5F5;
}
</style>
border-color css
<style>
span { border-color: #D0A5F5; }
span { border-color: rgb(208,165,245); }
td.TdClassName
{
border-color: #D0A5F5;
}
.TagClassName
{
border-color: #D0A5F5;
}
</style>