#D5A0FE

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

Shades of Mauve #D5A0FE

Tints of Mauve #D5A0FE

Color information

#D5A0FE (or 0xD5A0FE) is unknown color: approx Mauve. HEX triplet: D5, A0 and FE. RGB value is (213,160,254). Sum of RGB (Red+Green+Blue) = 213+160+254=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0FE is #2A5F01. Grayscale: #BABABA. Windows color (decimal): -2776834 or 16687317. OLE color: 16687317.

HSL color Cylindrical-coordinate representation of color #D5A0FE: hue angle of 273.83º 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 #D5A0FE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213160254-
CMYK0.160.3700.00
HSL273.83º97.92%81.18%-
HSV(B)273.83º37.01%99.61%-
XYZ57.946.4499.68-
YUV186.56166.06146.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 160 (62.89% from 255) = 25.52%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=33.97%
G=25.52%
B=40.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131602540.160.3700.00273.8397.9281.18
HexD5A0FE1025001126251
Octal325240376204500422142121
Binary110101011010000011111110100001001010010001001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0FE; }

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

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

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

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

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

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

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

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