#D6A6FA

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

Shades of Mauve #D6A6FA

Tints of Mauve #D6A6FA

Color information

#D6A6FA (or 0xD6A6FA) is unknown color: approx Mauve. HEX triplet: D6, A6 and FA. RGB value is (214,166,250). Sum of RGB (Red+Green+Blue) = 214+166+250=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 166 (65.23% from 255 or 26.35% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A6FA is #295905. Grayscale: #BDBDBD. Windows color (decimal): -2709766 or 16426710. OLE color: 16426710.

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

Color convert

RGB214166250-
CMYK0.140.3400.02
HSL274.29º89.36%81.57%-
HSV(B)274.29º33.6%98.04%-
XYZ58.6248.4796.71-
YUV189.93161.9145.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.97%
GREEN value IS 166 (65.23% from 255) = 26.35%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=33.97%
G=26.35%
B=39.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141662500.140.3400.02274.2989.3681.57
HexD6A6FAE22021125952
Octal326246372164202422131122
Binary110101101010011011111010111010001001010001001010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A6FA; }

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

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

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

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

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

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

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

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