#D9A6FA

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

Shades of Mauve #D9A6FA

Tints of Mauve #D9A6FA

Color information

#D9A6FA (or 0xD9A6FA) is unknown color: approx Mauve. HEX triplet: D9, A6 and FA. RGB value is (217,166,250). Sum of RGB (Red+Green+Blue) = 217+166+250=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A6FA is #265905. Grayscale: #BEBEBE. Windows color (decimal): -2513158 or 16426713. OLE color: 16426713.

HSL color Cylindrical-coordinate representation of color #D9A6FA: hue angle of 276.43º 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 #D9A6FA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217166250-
CMYK0.130.3400.02
HSL276.43º89.36%81.57%-
HSV(B)276.43º33.6%98.04%-
XYZ59.5148.9396.75-
YUV190.82161.4146.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 166 (65.23% from 255) = 26.22%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=34.28%
G=26.22%
B=39.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171662500.130.3400.02276.4389.3681.57
HexD9A6FAD22021145952
Octal331246372154202424131122
Binary110110011010011011111010110110001001010001010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6FA; }

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

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

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

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

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

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

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

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