Shades of Mauve #D1A2FF
Tints of Mauve #D1A2FF
RGB
CMYK
RGB Variations
Color information
#D1A2FF (or 0xD1A2FF) is known color: Mauve. HEX triplet: D1, A2 and FF. RGB value is (209,162,255). Sum of RGB (Red+Green+Blue) = 209+162+255=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 162 (63.67% from 255 or 25.88% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A2FF is #2E5D00. Grayscale: #BABABA. Windows color (decimal): -3038465 or 16753361. OLE color: 16753361.
HSL color Cylindrical-coordinate representation of color #D1A2FF: hue angle of 270.32º 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 #D1A2FF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 162 | 255 | - |
| CMYK | 0.18 | 0.36 | 0 | 0 |
| HSL | 270.32º | 1% | 0.82% | - |
| HSV(B) | 270.32º | 0.36% | 1% | - |
| XYZ | 57.26 | 46.62 | 100.59 | - |
| YUV | 186.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 255 | 0.18 | 0.36 | 0 | 0 | 270.32 | 1 | 0.82 |
| Hex | D1 | A2 | FF | 12 | 24 | 0 | 0 | 10E | 64 | 52 |
| Octal | 321 | 242 | 377 | 22 | 44 | 0 | 0 | 416 | 144 | 122 |
| Binary | 11010001 | 10100010 | 11111111 | 10010 | 100100 | 0 | 0 | 100001110 | 1100100 | 1010010 |
Color Harmonies of #D1A2FF
Complementary color
Monochromatic Colors of #D1A2FF
Black with #D1A2FF
Text Example
Text Example
White with #D1A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A2FF; }
p { color: rgb(209,162,255); }
H1.HeaderClassName
{
color: #D1A2FF;
}
.AnyTagClassName
{
color: #D1A2FF;
}
</style>
background-color css
<style>
a { background-color: #D1A2FF; }
a { background-color: rgb(209,162,255); }
div.DivClassName
{
background-color: #D1A2FF;
}
.BgClassName
{
background-color: #D1A2FF;
}
</style>
border-color css
<style>
span { border-color: #D1A2FF; }
span { border-color: rgb(209,162,255); }
td.TdClassName
{
border-color: #D1A2FF;
}
.TagClassName
{
border-color: #D1A2FF;
}
</style>