#d3a6f1

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

Shades of Mauve #D3A6F1

Tints of Mauve #D3A6F1

Color information

#D3A6F1 (or 0xD3A6F1) is unknown color: approx Mauve. HEX triplet: D3, A6 and F1. RGB value is (211,166,241). Sum of RGB (Red+Green+Blue) = 211+166+241=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3A6F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A6F1 is #2C590E. Grayscale: #BBBBBB. Windows color (decimal): -2906383 or 15836883. OLE color: 15836883.

HSL color Cylindrical-coordinate representation of color #D3A6F1: hue angle of 276º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3A6F1 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211166241-
CMYK0.120.3100.05
HSL276º72.82%79.8%-
HSV(B)276º31.12%94.51%-
XYZ56.3847.4789.41-
YUV188157.91144.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.14%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=34.14%
G=26.86%
B=39.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111662410.120.3100.0527672.8279.8
HexD3A6F1C1F051144950
Octal323246361143705424111120
Binary110100111010011011110001110011111010110001010010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3a6f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3a6f1; }

 p { color: rgb(211,166,241); }

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

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

 a { background-color: rgb(211,166,241); }

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

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

 span { border-color: rgb(211,166,241); }

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