#D7A9FF

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

Shades of Mauve #D7A9FF

Tints of Mauve #D7A9FF

Color information

#D7A9FF (or 0xD7A9FF) is unknown color: approx Mauve. HEX triplet: D7, A9 and FF. RGB value is (215,169,255). Sum of RGB (Red+Green+Blue) = 215+169+255=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A9FF is #285600. Grayscale: #C0C0C0. Windows color (decimal): -2643457 or 16755159. OLE color: 16755159.

HSL color Cylindrical-coordinate representation of color #D7A9FF: hue angle of 272.09º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7A9FF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215169255-
CMYK0.160.3400
HSL272.09º100%83.14%-
HSV(B)272.09º33.73%100%-
XYZ60.2650.04101.09-
YUV192.56163.24144.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.65%
GREEN value IS 169 (66.41% from 255) = 26.45%
BLUE value IS 255 (100% from 255) = 39.91%
R=33.65%
G=26.45%
B=39.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151692550.160.3400272.0910083.14
HexD7A9FF1022001106453
Octal327251377204200420144123
Binary110101111010100111111111100001000100010001000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A9FF; }

 p { color: rgb(215,169,255); }

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

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

 a { background-color: rgb(215,169,255); }

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

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

 span { border-color: rgb(215,169,255); }

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