#D4A7F3

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

Shades of Mauve #D4A7F3

Tints of Mauve #D4A7F3

Color information

#D4A7F3 (or 0xD4A7F3) is unknown color: approx Mauve. HEX triplet: D4, A7 and F3. RGB value is (212,167,243). Sum of RGB (Red+Green+Blue) = 212+167+243=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4A7F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7F3 is #2B580C. Grayscale: #BCBCBC. Windows color (decimal): -2840589 or 15968212. OLE color: 15968212.

HSL color Cylindrical-coordinate representation of color #D4A7F3: hue angle of 275.53º degrees, saturation: 0.76, 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 #D4A7F3 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212167243-
CMYK0.130.3100.05
HSL275.53º76%80.39%-
HSV(B)275.53º31.28%95.29%-
XYZ57.1548.1191.07-
YUV189.12158.41144.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.08%
GREEN value IS 167 (65.62% from 255) = 26.85%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=34.08%
G=26.85%
B=39.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121672430.130.3100.05275.537680.39
HexD4A7F3D1F051144c50
Octal324247363153705424114120
Binary110101001010011111110011110111111010110001010010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7F3; }

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

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

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

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

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

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

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

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