#D4A7F1

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

Shades of Mauve #D4A7F1

Tints of Mauve #D4A7F1

Color information

#D4A7F1 (or 0xD4A7F1) is unknown color: approx Mauve. HEX triplet: D4, A7 and F1. RGB value is (212,167,241). Sum of RGB (Red+Green+Blue) = 212+167+241=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4A7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7F1 is #2B580E. Grayscale: #BCBCBC. Windows color (decimal): -2840591 or 15837140. OLE color: 15837140.

HSL color Cylindrical-coordinate representation of color #D4A7F1: hue angle of 276.49º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4A7F1 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212167241-
CMYK0.120.3100.05
HSL276.49º72.55%80%-
HSV(B)276.49º30.71%94.51%-
XYZ56.8547.9989.49-
YUV188.89157.41144.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.19%
GREEN value IS 167 (65.62% from 255) = 26.94%
BLUE value IS 241 (94.53% from 255) = 38.87%
R=34.19%
G=26.94%
B=38.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121672410.120.3100.05276.4972.5580
HexD4A7F1C1F051144950
Octal324247361143705424111120
Binary110101001010011111110001110011111010110001010010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7F1; }

 p { color: rgb(212,167,241); }

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

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

 a { background-color: rgb(212,167,241); }

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

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

 span { border-color: rgb(212,167,241); }

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