Shades of Mauve #D6A2FF
Tints of Mauve #D6A2FF
RGB
CMYK
RGB Variations
Color information
#D6A2FF (or 0xD6A2FF) is known color: Mauve. HEX triplet: D6, A2 and FF. RGB value is (214,162,255). Sum of RGB (Red+Green+Blue) = 214+162+255=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A2FF is #295D00. Grayscale: #BBBBBB. Windows color (decimal): -2710785 or 16753366. OLE color: 16753366.
HSL color Cylindrical-coordinate representation of color #D6A2FF: hue angle of 273.55º 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 #D6A2FF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 162 | 255 | - |
| CMYK | 0.16 | 0.36 | 0 | 0 |
| HSL | 273.55º | 1% | 0.82% | - |
| HSV(B) | 273.55º | 0.36% | 1% | - |
| XYZ | 58.7 | 47.36 | 100.65 | - |
| YUV | 188.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 162 | 255 | 0.16 | 0.36 | 0 | 0 | 273.55 | 1 | 0.82 |
| Hex | D6 | A2 | FF | 10 | 24 | 0 | 0 | 112 | 64 | 52 |
| Octal | 326 | 242 | 377 | 20 | 44 | 0 | 0 | 422 | 144 | 122 |
| Binary | 11010110 | 10100010 | 11111111 | 10000 | 100100 | 0 | 0 | 100010010 | 1100100 | 1010010 |
Color Harmonies of #D6A2FF
Complementary color
Monochromatic Colors of #D6A2FF
Black with #D6A2FF
Text Example
Text Example
White with #D6A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A2FF; }
p { color: rgb(214,162,255); }
H1.HeaderClassName
{
color: #D6A2FF;
}
.AnyTagClassName
{
color: #D6A2FF;
}
</style>
background-color css
<style>
a { background-color: #D6A2FF; }
a { background-color: rgb(214,162,255); }
div.DivClassName
{
background-color: #D6A2FF;
}
.BgClassName
{
background-color: #D6A2FF;
}
</style>
border-color css
<style>
span { border-color: #D6A2FF; }
span { border-color: rgb(214,162,255); }
td.TdClassName
{
border-color: #D6A2FF;
}
.TagClassName
{
border-color: #D6A2FF;
}
</style>