#D4A0FE

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

Shades of Mauve #D4A0FE

Tints of Mauve #D4A0FE

Color information

#D4A0FE (or 0xD4A0FE) is unknown color: approx Mauve. HEX triplet: D4, A0 and FE. RGB value is (212,160,254). Sum of RGB (Red+Green+Blue) = 212+160+254=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A0FE is #2B5F01. Grayscale: #B9B9B9. Windows color (decimal): -2842370 or 16687316. OLE color: 16687316.

HSL color Cylindrical-coordinate representation of color #D4A0FE: hue angle of 273.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4A0FE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212160254-
CMYK0.170.3700.00
HSL273.19º97.92%81.18%-
HSV(B)273.19º37.01%99.61%-
XYZ57.6146.2999.67-
YUV186.26166.23146.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 160 (62.89% from 255) = 25.56%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=33.87%
G=25.56%
B=40.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121602540.170.3700.00273.1997.9281.18
HexD4A0FE1125001116251
Octal324240376214500421142121
Binary110101001010000011111110100011001010010001000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A0FE; }

 p { color: rgb(212,160,254); }

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

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

 a { background-color: rgb(212,160,254); }

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

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

 span { border-color: rgb(212,160,254); }

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