#D9A6FF

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

Shades of Mauve #D9A6FF

Tints of Mauve #D9A6FF

Color information

#D9A6FF (or 0xD9A6FF) is unknown color: approx Mauve. HEX triplet: D9, A6 and FF. RGB value is (217,166,255). Sum of RGB (Red+Green+Blue) = 217+166+255=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 166 (65.23% from 255 or 26.02% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A6FF is #265900. Grayscale: #BFBFBF. Windows color (decimal): -2513153 or 16754393. OLE color: 16754393.

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

Color convert

RGB217166255-
CMYK0.150.3500
HSL274.38º100%82.55%-
HSV(B)274.38º34.9%100%-
XYZ60.349.24100.93-
YUV191.4163.9146.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 166 (65.23% from 255) = 26.02%
BLUE value IS 255 (100% from 255) = 39.97%
R=34.01%
G=26.02%
B=39.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171662550.150.3500274.3810082.55
HexD9A6FFF23001126453
Octal331246377174300422144123
Binary11011001101001101111111111111000110010001001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6FF; }

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

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

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

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

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

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

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

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