#D7AFF6

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

Shades of Mauve #D7AFF6

Tints of Mauve #D7AFF6

Color information

#D7AFF6 (or 0xD7AFF6) is unknown color: approx Mauve. HEX triplet: D7, AF and F6. RGB value is (215,175,246). Sum of RGB (Red+Green+Blue) = 215+175+246=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFF6 is #285009. Grayscale: #C2C2C2. Windows color (decimal): -2641930 or 16166871. OLE color: 16166871.

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

Color convert

RGB215175246-
CMYK0.130.2900.04
HSL273.8º79.78%82.55%-
HSV(B)273.8º28.86%96.47%-
XYZ59.9951.7694.02-
YUV195.05156.75142.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.81%
GREEN value IS 175 (68.75% from 255) = 27.52%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=33.81%
G=27.52%
B=38.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151752460.130.2900.04273.879.7882.55
HexD7AFF6D1D041125053
Octal327257366153504422120123
Binary110101111010111111110110110111101010010001001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFF6; }

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

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

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

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

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

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

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

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