#D79AFA

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

Shades of Mauve #D79AFA

Tints of Mauve #D79AFA

Color information

#D79AFA (or 0xD79AFA) is unknown color: approx Mauve. HEX triplet: D7, 9A and FA. RGB value is (215,154,250). Sum of RGB (Red+Green+Blue) = 215+154+250=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #D79AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79AFA is #286505. Grayscale: #B6B6B6. Windows color (decimal): -2647302 or 16423639. OLE color: 16423639.

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

Color convert

RGB215154250-
CMYK0.140.3800.02
HSL278.12º90.57%79.22%-
HSV(B)278.12º38.4%98.04%-
XYZ56.8444.4696.03-
YUV183.18165.71150.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 154 (60.55% from 255) = 24.88%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=34.73%
G=24.88%
B=40.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151542500.140.3800.02278.1290.5779.22
HexD79AFAE26021165b4f
Octal327232372164602426133117
Binary110101111001101011111010111010011001010001011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AFA; }

 p { color: rgb(215,154,250); }

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

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

 a { background-color: rgb(215,154,250); }

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

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

 span { border-color: rgb(215,154,250); }

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