Shades of Mauve #D1A8FA
Tints of Mauve #D1A8FA
RGB
CMYK
RGB Variations
Color information
#D1A8FA (or 0xD1A8FA) is known color: Mauve. HEX triplet: D1, A8 and FA. RGB value is (209,168,250). Sum of RGB (Red+Green+Blue) = 209+168+250=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1A8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A8FA is #2E5705. Grayscale: #BDBDBD. Windows color (decimal): -3036934 or 16427217. OLE color: 16427217.
HSL color Cylindrical-coordinate representation of color #D1A8FA: hue angle of 270º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A8FA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 209 | 168 | 250 | - |
CMYK | 0.16 | 0.33 | 0 | 0.02 |
HSL | 270º | 0.89% | 0.82% | - |
HSV(B) | 270º | 0.33% | 0.98% | - |
XYZ | 57.55 | 48.46 | 96.76 | - |
YUV | 189.61 | 162.08 | 141.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 168 | 250 | 0.16 | 0.33 | 0 | 0.02 | 270 | 0.89 | 0.82 |
Hex | D1 | A8 | FA | 10 | 21 | 0 | 2 | 10E | 59 | 52 |
Octal | 321 | 250 | 372 | 20 | 41 | 0 | 2 | 416 | 131 | 122 |
Binary | 11010001 | 10101000 | 11111010 | 10000 | 100001 | 0 | 10 | 100001110 | 1011001 | 1010010 |
Color Harmonies of #D1A8FA
Complementary color
Monochromatic Colors of #D1A8FA
Black with #D1A8FA
Text Example
Text Example
White with #D1A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8FA; }
p { color: rgb(209,168,250); }
H1.HeaderClassName
{
color: #D1A8FA;
}
.AnyTagClassName
{
color: #D1A8FA;
}
</style>
background-color css
<style>
a { background-color: #D1A8FA; }
a { background-color: rgb(209,168,250); }
div.DivClassName
{
background-color: #D1A8FA;
}
.BgClassName
{
background-color: #D1A8FA;
}
</style>
border-color css
<style>
span { border-color: #D1A8FA; }
span { border-color: rgb(209,168,250); }
td.TdClassName
{
border-color: #D1A8FA;
}
.TagClassName
{
border-color: #D1A8FA;
}
</style>