#D4A4FA

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

Shades of Mauve #D4A4FA

Tints of Mauve #D4A4FA

Color information

#D4A4FA (or 0xD4A4FA) is unknown color: approx Mauve. HEX triplet: D4, A4 and FA. RGB value is (212,164,250). Sum of RGB (Red+Green+Blue) = 212+164+250=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A4FA is #2B5B05. Grayscale: #BBBBBB. Windows color (decimal): -2841350 or 16426196. OLE color: 16426196.

HSL color Cylindrical-coordinate representation of color #D4A4FA: hue angle of 273.49º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A4FA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212164250-
CMYK0.150.3400.02
HSL273.49º89.58%81.18%-
HSV(B)273.49º34.4%98.04%-
XYZ57.6847.4596.56-
YUV188.16162.9145.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 164 (64.45% from 255) = 26.20%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=33.87%
G=26.20%
B=39.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121642500.150.3400.02273.4989.5881.18
HexD4A4FAF22021115a51
Octal324244372174202421132121
Binary110101001010010011111010111110001001010001000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4FA; }

 p { color: rgb(212,164,250); }

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

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

 a { background-color: rgb(212,164,250); }

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

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

 span { border-color: rgb(212,164,250); }

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