Shades of Mauve #D5A3FB
Tints of Mauve #D5A3FB
RGB
CMYK
RGB Variations
Color information
#D5A3FB (or 0xD5A3FB) is known color: Mauve. HEX triplet: D5, A3 and FB. RGB value is (213,163,251). Sum of RGB (Red+Green+Blue) = 213+163+251=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5A3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A3FB is #2A5C04. Grayscale: #BBBBBB. Windows color (decimal): -2776069 or 16491477. OLE color: 16491477.
HSL color Cylindrical-coordinate representation of color #D5A3FB: hue angle of 274.09º degrees, saturation: 0.92, 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 #D5A3FB is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 163 | 251 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.02 |
| HSL | 274.09º | 0.92% | 0.81% | - |
| HSV(B) | 274.09º | 0.35% | 0.98% | - |
| XYZ | 57.95 | 47.31 | 97.34 | - |
| YUV | 187.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 251 | 0.15 | 0.35 | 0 | 0.02 | 274.09 | 0.92 | 0.81 |
| Hex | D5 | A3 | FB | F | 23 | 0 | 2 | 112 | 5C | 51 |
| Octal | 325 | 243 | 373 | 17 | 43 | 0 | 2 | 422 | 134 | 121 |
| Binary | 11010101 | 10100011 | 11111011 | 1111 | 100011 | 0 | 10 | 100010010 | 1011100 | 1010001 |
Color Harmonies of #D5A3FB
Complementary color
Monochromatic Colors of #D5A3FB
Black with #D5A3FB
Text Example
Text Example
White with #D5A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A3FB; }
p { color: rgb(213,163,251); }
H1.HeaderClassName
{
color: #D5A3FB;
}
.AnyTagClassName
{
color: #D5A3FB;
}
</style>
background-color css
<style>
a { background-color: #D5A3FB; }
a { background-color: rgb(213,163,251); }
div.DivClassName
{
background-color: #D5A3FB;
}
.BgClassName
{
background-color: #D5A3FB;
}
</style>
border-color css
<style>
span { border-color: #D5A3FB; }
span { border-color: rgb(213,163,251); }
td.TdClassName
{
border-color: #D5A3FB;
}
.TagClassName
{
border-color: #D5A3FB;
}
</style>