#D7A5F9

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

Shades of Mauve #D7A5F9

Tints of Mauve #D7A5F9

Color information

#D7A5F9 (or 0xD7A5F9) is unknown color: approx Mauve. HEX triplet: D7, A5 and F9. RGB value is (215,165,249). Sum of RGB (Red+Green+Blue) = 215+165+249=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7A5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A5F9 is #285A06. Grayscale: #BDBDBD. Windows color (decimal): -2644487 or 16360919. OLE color: 16360919.

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

Color convert

RGB215165249-
CMYK0.140.3400.02
HSL275.71º87.5%81.18%-
HSV(B)275.71º33.73%97.65%-
XYZ58.5848.295.84-
YUV189.53161.56146.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 165 (64.84% from 255) = 26.23%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=34.18%
G=26.23%
B=39.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151652490.140.3400.02275.7187.581.18
HexD7A5F9E22021145851
Octal327245371164202424130121
Binary110101111010010111111001111010001001010001010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A5F9; }

 p { color: rgb(215,165,249); }

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

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

 a { background-color: rgb(215,165,249); }

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

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

 span { border-color: rgb(215,165,249); }

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