#D9A7FA

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

Shades of Mauve #D9A7FA

Tints of Mauve #D9A7FA

Color information

#D9A7FA (or 0xD9A7FA) is unknown color: approx Mauve. HEX triplet: D9, A7 and FA. RGB value is (217,167,250). Sum of RGB (Red+Green+Blue) = 217+167+250=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A7FA is #265805. Grayscale: #BFBFBF. Windows color (decimal): -2512902 or 16426969. OLE color: 16426969.

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

Color convert

RGB217167250-
CMYK0.130.3300.02
HSL276.14º89.25%81.76%-
HSV(B)276.14º33.2%98.04%-
XYZ59.6949.2996.81-
YUV191.41161.06146.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 167 (65.62% from 255) = 26.34%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=34.23%
G=26.34%
B=39.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171672500.130.3300.02276.1489.2581.76
HexD9A7FAD21021145952
Octal331247372154102424131122
Binary110110011010011111111010110110000101010001010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A7FA; }

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

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

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

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

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

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

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

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