#D7A1FB

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

Shades of Mauve #D7A1FB

Tints of Mauve #D7A1FB

Color information

#D7A1FB (or 0xD7A1FB) is unknown color: approx Mauve. HEX triplet: D7, A1 and FB. RGB value is (215,161,251). Sum of RGB (Red+Green+Blue) = 215+161+251=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A1FB is #285E04. Grayscale: #BBBBBB. Windows color (decimal): -2645509 or 16490967. OLE color: 16490967.

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

Color convert

RGB215161251-
CMYK0.140.3600.02
HSL276º91.84%80.78%-
HSV(B)276º35.86%98.43%-
XYZ58.1846.997.25-
YUV187.41163.89147.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 161 (63.28% from 255) = 25.68%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=34.29%
G=25.68%
B=40.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151612510.140.3600.0227691.8480.78
HexD7A1FBE24021145c51
Octal327241373164402424134121
Binary110101111010000111111011111010010001010001010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A1FB; }

 p { color: rgb(215,161,251); }

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

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

 a { background-color: rgb(215,161,251); }

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

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

 span { border-color: rgb(215,161,251); }

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