Shades of Mauve #DFA3FF
Tints of Mauve #DFA3FF
RGB
CMYK
RGB Variations
Color information
#DFA3FF (or 0xDFA3FF) is known color: Mauve. HEX triplet: DF, A3 and FF. RGB value is (223,163,255). Sum of RGB (Red+Green+Blue) = 223+163+255=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3FF is #205C00. Grayscale: #BFBFBF. Windows color (decimal): -2120705 or 16753631. OLE color: 16753631.
HSL color Cylindrical-coordinate representation of color #DFA3FF: hue angle of 279.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFA3FF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 163 | 255 | - |
| CMYK | 0.13 | 0.36 | 0 | 0 |
| HSL | 279.13º | 1% | 0.82% | - |
| HSV(B) | 279.13º | 0.36% | 1% | - |
| XYZ | 61.58 | 49.1 | 100.84 | - |
| YUV | 191.43 | 163.88 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 255 | 0.13 | 0.36 | 0 | 0 | 279.13 | 1 | 0.82 |
| Hex | DF | A3 | FF | D | 24 | 0 | 0 | 117 | 64 | 52 |
| Octal | 337 | 243 | 377 | 15 | 44 | 0 | 0 | 427 | 144 | 122 |
| Binary | 11011111 | 10100011 | 11111111 | 1101 | 100100 | 0 | 0 | 100010111 | 1100100 | 1010010 |
Color Harmonies of #DFA3FF
Complementary color
Monochromatic Colors of #DFA3FF
Black with #DFA3FF
Text Example
Text Example
White with #DFA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3FF; }
p { color: rgb(223,163,255); }
H1.HeaderClassName
{
color: #DFA3FF;
}
.AnyTagClassName
{
color: #DFA3FF;
}
</style>
background-color css
<style>
a { background-color: #DFA3FF; }
a { background-color: rgb(223,163,255); }
div.DivClassName
{
background-color: #DFA3FF;
}
.BgClassName
{
background-color: #DFA3FF;
}
</style>
border-color css
<style>
span { border-color: #DFA3FF; }
span { border-color: rgb(223,163,255); }
td.TdClassName
{
border-color: #DFA3FF;
}
.TagClassName
{
border-color: #DFA3FF;
}
</style>