Shades of Mauve #D5A2FF
Tints of Mauve #D5A2FF
RGB
CMYK
RGB Variations
Color information
#D5A2FF (or 0xD5A2FF) is known color: Mauve. HEX triplet: D5, A2 and FF. RGB value is (213,162,255). Sum of RGB (Red+Green+Blue) = 213+162+255=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A2FF is #2A5D00. Grayscale: #BBBBBB. Windows color (decimal): -2776321 or 16753365. OLE color: 16753365.
HSL color Cylindrical-coordinate representation of color #D5A2FF: hue angle of 272.9º 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 #D5A2FF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 162 | 255 | - |
| CMYK | 0.16 | 0.36 | 0 | 0 |
| HSL | 272.9º | 1% | 0.82% | - |
| HSV(B) | 272.9º | 0.36% | 1% | - |
| XYZ | 58.41 | 47.21 | 100.64 | - |
| YUV | 187.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 255 | 0.16 | 0.36 | 0 | 0 | 272.9 | 1 | 0.82 |
| Hex | D5 | A2 | FF | 10 | 24 | 0 | 0 | 111 | 64 | 52 |
| Octal | 325 | 242 | 377 | 20 | 44 | 0 | 0 | 421 | 144 | 122 |
| Binary | 11010101 | 10100010 | 11111111 | 10000 | 100100 | 0 | 0 | 100010001 | 1100100 | 1010010 |
Color Harmonies of #D5A2FF
Complementary color
Monochromatic Colors of #D5A2FF
Black with #D5A2FF
Text Example
Text Example
White with #D5A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2FF; }
p { color: rgb(213,162,255); }
H1.HeaderClassName
{
color: #D5A2FF;
}
.AnyTagClassName
{
color: #D5A2FF;
}
</style>
background-color css
<style>
a { background-color: #D5A2FF; }
a { background-color: rgb(213,162,255); }
div.DivClassName
{
background-color: #D5A2FF;
}
.BgClassName
{
background-color: #D5A2FF;
}
</style>
border-color css
<style>
span { border-color: #D5A2FF; }
span { border-color: rgb(213,162,255); }
td.TdClassName
{
border-color: #D5A2FF;
}
.TagClassName
{
border-color: #D5A2FF;
}
</style>