Shades of Mauve #DAA3FA
Tints of Mauve #DAA3FA
RGB
CMYK
RGB Variations
Color information
#DAA3FA (or 0xDAA3FA) is known color: Mauve. HEX triplet: DA, A3 and FA. RGB value is (218,163,250). Sum of RGB (Red+Green+Blue) = 218+163+250=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3FA is #255C05. Grayscale: #BDBDBD. Windows color (decimal): -2448390 or 16425946. OLE color: 16425946.
HSL color Cylindrical-coordinate representation of color #DAA3FA: hue angle of 277.93º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA3FA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 163 | 250 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.02 |
| HSL | 277.93º | 0.9% | 0.81% | - |
| HSV(B) | 277.93º | 0.35% | 0.98% | - |
| XYZ | 59.27 | 48 | 96.58 | - |
| YUV | 189.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 250 | 0.13 | 0.35 | 0 | 0.02 | 277.93 | 0.9 | 0.81 |
| Hex | DA | A3 | FA | D | 23 | 0 | 2 | 116 | 5A | 51 |
| Octal | 332 | 243 | 372 | 15 | 43 | 0 | 2 | 426 | 132 | 121 |
| Binary | 11011010 | 10100011 | 11111010 | 1101 | 100011 | 0 | 10 | 100010110 | 1011010 | 1010001 |
Color Harmonies of #DAA3FA
Complementary color
Monochromatic Colors of #DAA3FA
Black with #DAA3FA
Text Example
Text Example
White with #DAA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA3FA; }
p { color: rgb(218,163,250); }
H1.HeaderClassName
{
color: #DAA3FA;
}
.AnyTagClassName
{
color: #DAA3FA;
}
</style>
background-color css
<style>
a { background-color: #DAA3FA; }
a { background-color: rgb(218,163,250); }
div.DivClassName
{
background-color: #DAA3FA;
}
.BgClassName
{
background-color: #DAA3FA;
}
</style>
border-color css
<style>
span { border-color: #DAA3FA; }
span { border-color: rgb(218,163,250); }
td.TdClassName
{
border-color: #DAA3FA;
}
.TagClassName
{
border-color: #DAA3FA;
}
</style>