#D4A1F6

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

Shades of Mauve #D4A1F6

Tints of Mauve #D4A1F6

Color information

#D4A1F6 (or 0xD4A1F6) is unknown color: approx Mauve. HEX triplet: D4, A1 and F6. RGB value is (212,161,246). Sum of RGB (Red+Green+Blue) = 212+161+246=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4A1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A1F6 is #2B5E09. Grayscale: #B9B9B9. Windows color (decimal): -2842122 or 16163284. OLE color: 16163284.

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

Color convert

RGB212161246-
CMYK0.140.3500.04
HSL276º82.52%79.8%-
HSV(B)276º34.55%96.47%-
XYZ56.5346.1493.12-
YUV185.94161.9146.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 161 (63.28% from 255) = 26.01%
BLUE value IS 246 (96.48% from 255) = 39.74%
R=34.25%
G=26.01%
B=39.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121612460.140.3500.0427682.5279.8
HexD4A1F6E23041145350
Octal324241366164304424123120
Binary1101010010100001111101101110100011010010001010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A1F6; }

 p { color: rgb(212,161,246); }

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

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

 a { background-color: rgb(212,161,246); }

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

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

 span { border-color: rgb(212,161,246); }

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