Shades of Mauve #DAA1FA
Tints of Mauve #DAA1FA
RGB
CMYK
RGB Variations
Color information
#DAA1FA (or 0xDAA1FA) is known color: Mauve. HEX triplet: DA, A1 and FA. RGB value is (218,161,250). Sum of RGB (Red+Green+Blue) = 218+161+250=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1FA is #255E05. Grayscale: #BBBBBB. Windows color (decimal): -2448902 or 16425434. OLE color: 16425434.
HSL color Cylindrical-coordinate representation of color #DAA1FA: hue angle of 278.43º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAA1FA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 161 | 250 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.02 |
| HSL | 278.43º | 0.9% | 0.81% | - |
| HSV(B) | 278.43º | 0.36% | 0.98% | - |
| XYZ | 58.91 | 47.3 | 96.47 | - |
| YUV | 188.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 250 | 0.13 | 0.36 | 0 | 0.02 | 278.43 | 0.9 | 0.81 |
| Hex | DA | A1 | FA | D | 24 | 0 | 2 | 116 | 5A | 51 |
| Octal | 332 | 241 | 372 | 15 | 44 | 0 | 2 | 426 | 132 | 121 |
| Binary | 11011010 | 10100001 | 11111010 | 1101 | 100100 | 0 | 10 | 100010110 | 1011010 | 1010001 |
Color Harmonies of #DAA1FA
Complementary color
Monochromatic Colors of #DAA1FA
Black with #DAA1FA
Text Example
Text Example
White with #DAA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1FA; }
p { color: rgb(218,161,250); }
H1.HeaderClassName
{
color: #DAA1FA;
}
.AnyTagClassName
{
color: #DAA1FA;
}
</style>
background-color css
<style>
a { background-color: #DAA1FA; }
a { background-color: rgb(218,161,250); }
div.DivClassName
{
background-color: #DAA1FA;
}
.BgClassName
{
background-color: #DAA1FA;
}
</style>
border-color css
<style>
span { border-color: #DAA1FA; }
span { border-color: rgb(218,161,250); }
td.TdClassName
{
border-color: #DAA1FA;
}
.TagClassName
{
border-color: #DAA1FA;
}
</style>