#D6A3FA

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

Shades of Mauve #D6A3FA

Tints of Mauve #D6A3FA

Color information

#D6A3FA (or 0xD6A3FA) is unknown color: approx Mauve. HEX triplet: D6, A3 and FA. RGB value is (214,163,250). Sum of RGB (Red+Green+Blue) = 214+163+250=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6A3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A3FA is #295C05. Grayscale: #BBBBBB. Windows color (decimal): -2710534 or 16425942. OLE color: 16425942.

HSL color Cylindrical-coordinate representation of color #D6A3FA: hue angle of 275.17º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A3FA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214163250-
CMYK0.140.3500.02
HSL275.17º89.69%80.98%-
HSV(B)275.17º34.8%98.04%-
XYZ58.0847.3996.53-
YUV188.17162.9146.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 163 (64.06% from 255) = 26.00%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=34.13%
G=26.00%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2141632500.140.3500.02275.1789.6980.98
HexD6A3FAE23021135a51
Octal326243372164302423132121
Binary110101101010001111111010111010001101010001001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A3FA; }

 p { color: rgb(214,163,250); }

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

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

 a { background-color: rgb(214,163,250); }

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

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

 span { border-color: rgb(214,163,250); }

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