Shades of Mauve #DAA9FA
Tints of Mauve #DAA9FA
RGB
CMYK
RGB Variations
Color information
#DAA9FA (or 0xDAA9FA) is known color: Mauve. HEX triplet: DA, A9 and FA. RGB value is (218,169,250). Sum of RGB (Red+Green+Blue) = 218+169+250=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9FA is #255605. Grayscale: #C0C0C0. Windows color (decimal): -2446854 or 16427482. OLE color: 16427482.
HSL color Cylindrical-coordinate representation of color #DAA9FA: hue angle of 276.3º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA9FA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 169 | 250 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.02 |
| HSL | 276.3º | 0.89% | 0.82% | - |
| HSV(B) | 276.3º | 0.32% | 0.98% | - |
| XYZ | 60.36 | 50.18 | 96.95 | - |
| YUV | 192.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 250 | 0.13 | 0.32 | 0 | 0.02 | 276.3 | 0.89 | 0.82 |
| Hex | DA | A9 | FA | D | 20 | 0 | 2 | 114 | 59 | 52 |
| Octal | 332 | 251 | 372 | 15 | 40 | 0 | 2 | 424 | 131 | 122 |
| Binary | 11011010 | 10101001 | 11111010 | 1101 | 100000 | 0 | 10 | 100010100 | 1011001 | 1010010 |
Color Harmonies of #DAA9FA
Complementary color
Monochromatic Colors of #DAA9FA
Black with #DAA9FA
Text Example
Text Example
White with #DAA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9FA; }
p { color: rgb(218,169,250); }
H1.HeaderClassName
{
color: #DAA9FA;
}
.AnyTagClassName
{
color: #DAA9FA;
}
</style>
background-color css
<style>
a { background-color: #DAA9FA; }
a { background-color: rgb(218,169,250); }
div.DivClassName
{
background-color: #DAA9FA;
}
.BgClassName
{
background-color: #DAA9FA;
}
</style>
border-color css
<style>
span { border-color: #DAA9FA; }
span { border-color: rgb(218,169,250); }
td.TdClassName
{
border-color: #DAA9FA;
}
.TagClassName
{
border-color: #DAA9FA;
}
</style>