#D4AAF1

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

Shades of Mauve #D4AAF1

Tints of Mauve #D4AAF1

Color information

#D4AAF1 (or 0xD4AAF1) is unknown color: approx Mauve. HEX triplet: D4, AA and F1. RGB value is (212,170,241). Sum of RGB (Red+Green+Blue) = 212+170+241=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAF1 is #2B550E. Grayscale: #BEBEBE. Windows color (decimal): -2839823 or 15837908. OLE color: 15837908.

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

Color convert

RGB212170241-
CMYK0.120.2900.05
HSL275.49º71.72%80.59%-
HSV(B)275.49º29.46%94.51%-
XYZ57.449.189.67-
YUV190.65156.41143.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 170 (66.80% from 255) = 27.29%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=34.03%
G=27.29%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121702410.120.2900.05275.4971.7280.59
HexD4AAF1C1D051134851
Octal324252361143505423110121
Binary110101001010101011110001110011101010110001001110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAF1; }

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

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

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

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

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

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

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

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