#D4ABF1

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

Shades of Mauve #D4ABF1

Tints of Mauve #D4ABF1

Color information

#D4ABF1 (or 0xD4ABF1) is unknown color: approx Mauve. HEX triplet: D4, AB and F1. RGB value is (212,171,241). Sum of RGB (Red+Green+Blue) = 212+171+241=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABF1 is #2B540E. Grayscale: #BFBFBF. Windows color (decimal): -2839567 or 15838164. OLE color: 15838164.

HSL color Cylindrical-coordinate representation of color #D4ABF1: hue angle of 275.14º degrees, saturation: 0.71, 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 #D4ABF1 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212171241-
CMYK0.120.2900.05
HSL275.14º71.43%80.78%-
HSV(B)275.14º29.05%94.51%-
XYZ57.5949.4789.73-
YUV191.24156.08142.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.97%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=33.97%
G=27.40%
B=38.62%

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
Decimal2121712410.120.2900.05275.1471.4380.78
HexD4ABF1C1D051134751
Octal324253361143505423107121
Binary110101001010101111110001110011101010110001001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABF1; }

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

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

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

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

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

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

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

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