Shades of Mauve #DAA5FA
Tints of Mauve #DAA5FA
RGB
CMYK
RGB Variations
Color information
#DAA5FA (or 0xDAA5FA) is known color: Mauve. HEX triplet: DA, A5 and FA. RGB value is (218,165,250). Sum of RGB (Red+Green+Blue) = 218+165+250=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5FA is #255A05. Grayscale: #BEBEBE. Windows color (decimal): -2447878 or 16426458. OLE color: 16426458.
HSL color Cylindrical-coordinate representation of color #DAA5FA: hue angle of 277.41º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA5FA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 165 | 250 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.02 |
| HSL | 277.41º | 0.89% | 0.81% | - |
| HSV(B) | 277.41º | 0.34% | 0.98% | - |
| XYZ | 59.62 | 48.72 | 96.7 | - |
| YUV | 190.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 250 | 0.13 | 0.34 | 0 | 0.02 | 277.41 | 0.89 | 0.81 |
| Hex | DA | A5 | FA | D | 22 | 0 | 2 | 115 | 59 | 51 |
| Octal | 332 | 245 | 372 | 15 | 42 | 0 | 2 | 425 | 131 | 121 |
| Binary | 11011010 | 10100101 | 11111010 | 1101 | 100010 | 0 | 10 | 100010101 | 1011001 | 1010001 |
Color Harmonies of #DAA5FA
Complementary color
Monochromatic Colors of #DAA5FA
Black with #DAA5FA
Text Example
Text Example
White with #DAA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5FA; }
p { color: rgb(218,165,250); }
H1.HeaderClassName
{
color: #DAA5FA;
}
.AnyTagClassName
{
color: #DAA5FA;
}
</style>
background-color css
<style>
a { background-color: #DAA5FA; }
a { background-color: rgb(218,165,250); }
div.DivClassName
{
background-color: #DAA5FA;
}
.BgClassName
{
background-color: #DAA5FA;
}
</style>
border-color css
<style>
span { border-color: #DAA5FA; }
span { border-color: rgb(218,165,250); }
td.TdClassName
{
border-color: #DAA5FA;
}
.TagClassName
{
border-color: #DAA5FA;
}
</style>