Shades of Mauve #D4A8FA
Tints of Mauve #D4A8FA
RGB
CMYK
RGB Variations
Color information
#D4A8FA (or 0xD4A8FA) is known color: Mauve. HEX triplet: D4, A8 and FA. RGB value is (212,168,250). Sum of RGB (Red+Green+Blue) = 212+168+250=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4A8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FA is #2B5705. Grayscale: #BEBEBE. Windows color (decimal): -2840326 or 16427220. OLE color: 16427220.
HSL color Cylindrical-coordinate representation of color #D4A8FA: hue angle of 272.2º 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 #D4A8FA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 212 | 168 | 250 | - |
CMYK | 0.15 | 0.33 | 0 | 0.02 |
HSL | 272.2º | 0.89% | 0.82% | - |
HSV(B) | 272.2º | 0.33% | 0.98% | - |
XYZ | 58.41 | 48.9 | 96.8 | - |
YUV | 190.5 | 161.58 | 143.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 168 | 250 | 0.15 | 0.33 | 0 | 0.02 | 272.2 | 0.89 | 0.82 |
Hex | D4 | A8 | FA | F | 21 | 0 | 2 | 110 | 59 | 52 |
Octal | 324 | 250 | 372 | 17 | 41 | 0 | 2 | 420 | 131 | 122 |
Binary | 11010100 | 10101000 | 11111010 | 1111 | 100001 | 0 | 10 | 100010000 | 1011001 | 1010010 |
Color Harmonies of #D4A8FA
Complementary color
Monochromatic Colors of #D4A8FA
Black with #D4A8FA
Text Example
Text Example
White with #D4A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8FA; }
p { color: rgb(212,168,250); }
H1.HeaderClassName
{
color: #D4A8FA;
}
.AnyTagClassName
{
color: #D4A8FA;
}
</style>
background-color css
<style>
a { background-color: #D4A8FA; }
a { background-color: rgb(212,168,250); }
div.DivClassName
{
background-color: #D4A8FA;
}
.BgClassName
{
background-color: #D4A8FA;
}
</style>
border-color css
<style>
span { border-color: #D4A8FA; }
span { border-color: rgb(212,168,250); }
td.TdClassName
{
border-color: #D4A8FA;
}
.TagClassName
{
border-color: #D4A8FA;
}
</style>