Shades of Mauve #D5A8FF
Tints of Mauve #D5A8FF
RGB
CMYK
RGB Variations
Color information
#D5A8FF (or 0xD5A8FF) is known color: Mauve. HEX triplet: D5, A8 and FF. RGB value is (213,168,255). Sum of RGB (Red+Green+Blue) = 213+168+255=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8FF is #2A5700. Grayscale: #BFBFBF. Windows color (decimal): -2774785 or 16754901. OLE color: 16754901.
HSL color Cylindrical-coordinate representation of color #D5A8FF: hue angle of 271.03º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A8FF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 168 | 255 | - |
| CMYK | 0.16 | 0.34 | 0 | 0 |
| HSL | 271.03º | 1% | 0.83% | - |
| HSV(B) | 271.03º | 0.34% | 1% | - |
| XYZ | 59.49 | 49.37 | 101 | - |
| YUV | 191.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 255 | 0.16 | 0.34 | 0 | 0 | 271.03 | 1 | 0.83 |
| Hex | D5 | A8 | FF | 10 | 22 | 0 | 0 | 10F | 64 | 53 |
| Octal | 325 | 250 | 377 | 20 | 42 | 0 | 0 | 417 | 144 | 123 |
| Binary | 11010101 | 10101000 | 11111111 | 10000 | 100010 | 0 | 0 | 100001111 | 1100100 | 1010011 |
Color Harmonies of #D5A8FF
Complementary color
Monochromatic Colors of #D5A8FF
Black with #D5A8FF
Text Example
Text Example
White with #D5A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8FF; }
p { color: rgb(213,168,255); }
H1.HeaderClassName
{
color: #D5A8FF;
}
.AnyTagClassName
{
color: #D5A8FF;
}
</style>
background-color css
<style>
a { background-color: #D5A8FF; }
a { background-color: rgb(213,168,255); }
div.DivClassName
{
background-color: #D5A8FF;
}
.BgClassName
{
background-color: #D5A8FF;
}
</style>
border-color css
<style>
span { border-color: #D5A8FF; }
span { border-color: rgb(213,168,255); }
td.TdClassName
{
border-color: #D5A8FF;
}
.TagClassName
{
border-color: #D5A8FF;
}
</style>