Shades of Mauve #D0A9FF
Tints of Mauve #D0A9FF
RGB
CMYK
RGB Variations
Color information
#D0A9FF (or 0xD0A9FF) is known color: Mauve. HEX triplet: D0, A9 and FF. RGB value is (208,169,255). Sum of RGB (Red+Green+Blue) = 208+169+255=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 169 (66.41% from 255 or 26.74% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A9FF is #2F5600. Grayscale: #BEBEBE. Windows color (decimal): -3102209 or 16755152. OLE color: 16755152.
HSL color Cylindrical-coordinate representation of color #D0A9FF: hue angle of 267.21º 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 #D0A9FF is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 169 | 255 | - |
| CMYK | 0.18 | 0.34 | 0 | 0 |
| HSL | 267.21º | 1% | 0.83% | - |
| HSV(B) | 267.21º | 0.34% | 1% | - |
| XYZ | 58.25 | 49.01 | 101 | - |
| YUV | 190.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 255 | 0.18 | 0.34 | 0 | 0 | 267.21 | 1 | 0.83 |
| Hex | D0 | A9 | FF | 12 | 22 | 0 | 0 | 10B | 64 | 53 |
| Octal | 320 | 251 | 377 | 22 | 42 | 0 | 0 | 413 | 144 | 123 |
| Binary | 11010000 | 10101001 | 11111111 | 10010 | 100010 | 0 | 0 | 100001011 | 1100100 | 1010011 |
Color Harmonies of #D0A9FF
Complementary color
Monochromatic Colors of #D0A9FF
Black with #D0A9FF
Text Example
Text Example
White with #D0A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9FF; }
p { color: rgb(208,169,255); }
H1.HeaderClassName
{
color: #D0A9FF;
}
.AnyTagClassName
{
color: #D0A9FF;
}
</style>
background-color css
<style>
a { background-color: #D0A9FF; }
a { background-color: rgb(208,169,255); }
div.DivClassName
{
background-color: #D0A9FF;
}
.BgClassName
{
background-color: #D0A9FF;
}
</style>
border-color css
<style>
span { border-color: #D0A9FF; }
span { border-color: rgb(208,169,255); }
td.TdClassName
{
border-color: #D0A9FF;
}
.TagClassName
{
border-color: #D0A9FF;
}
</style>