#D3A0F6

Color #D3A0F6 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D3A0F6

Tints of Mauve #D3A0F6

Color information

#D3A0F6 (or 0xD3A0F6) is unknown color: approx Mauve. HEX triplet: D3, A0 and F6. RGB value is (211,160,246). Sum of RGB (Red+Green+Blue) = 211+160+246=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3A0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A0F6 is #2C5F09. Grayscale: #B8B8B8. Windows color (decimal): -2907914 or 16163027. OLE color: 16163027.

HSL color Cylindrical-coordinate representation of color #D3A0F6: hue angle of 275.58º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3A0F6 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211160246-
CMYK0.140.3500.04
HSL275.58º82.69%79.61%-
HSV(B)275.58º34.96%96.47%-
XYZ56.0745.6493.04-
YUV185.05162.4146.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 34.20%
GREEN value IS 160 (62.89% from 255) = 25.93%
BLUE value IS 246 (96.48% from 255) = 39.87%
R=34.20%
G=25.93%
B=39.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111602460.140.3500.04275.5882.6979.61
HexD3A0F6E23041145350
Octal323240366164304424123120
Binary1101001110100000111101101110100011010010001010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A0F6; }

 p { color: rgb(211,160,246); }

 H1.HeaderClassName
 {
   color: #D3A0F6;
 }
 .AnyTagClassName
 {
   color: #D3A0F6;
 }
</style>
background-color css

<style>
 a { background-color: #D3A0F6; }

 a { background-color: rgb(211,160,246); }

 div.DivClassName
 {
   background-color: #D3A0F6;
 }
 .BgClassName
 {
   background-color: #D3A0F6;
 }
</style>
border-color css

<style>
 span { border-color: #D3A0F6; }

 span { border-color: rgb(211,160,246); }

 td.TdClassName
 {
   border-color: #D3A0F6;
 }
 .TagClassName
 {
   border-color: #D3A0F6;
 }
</style>