#D7A6F6

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

Shades of Mauve #D7A6F6

Tints of Mauve #D7A6F6

Color information

#D7A6F6 (or 0xD7A6F6) is unknown color: approx Mauve. HEX triplet: D7, A6 and F6. RGB value is (215,166,246). Sum of RGB (Red+Green+Blue) = 215+166+246=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7A6F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A6F6 is #285909. Grayscale: #BDBDBD. Windows color (decimal): -2644234 or 16164567. OLE color: 16164567.

HSL color Cylindrical-coordinate representation of color #D7A6F6: hue angle of 276.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7A6F6 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215166246-
CMYK0.130.3300.04
HSL276.75º81.63%80.78%-
HSV(B)276.75º32.52%96.47%-
XYZ58.348.3793.45-
YUV189.77159.73146-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 166 (65.23% from 255) = 26.48%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=34.29%
G=26.48%
B=39.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151662460.130.3300.04276.7581.6380.78
HexD7A6F6D21041155251
Octal327246366154104425122121
Binary1101011110100110111101101101100001010010001010110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A6F6; }

 p { color: rgb(215,166,246); }

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

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

 a { background-color: rgb(215,166,246); }

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

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

 span { border-color: rgb(215,166,246); }

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