#D5A7F1

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

Shades of Mauve #D5A7F1

Tints of Mauve #D5A7F1

Color information

#D5A7F1 (or 0xD5A7F1) is unknown color: approx Mauve. HEX triplet: D5, A7 and F1. RGB value is (213,167,241). Sum of RGB (Red+Green+Blue) = 213+167+241=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5A7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A7F1 is #2A580E. Grayscale: #BCBCBC. Windows color (decimal): -2775055 or 15837141. OLE color: 15837141.

HSL color Cylindrical-coordinate representation of color #D5A7F1: hue angle of 277.3º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5A7F1 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213167241-
CMYK0.120.3100.05
HSL277.3º72.55%80%-
HSV(B)277.3º30.71%94.51%-
XYZ57.1448.1389.5-
YUV189.19157.24144.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 167 (65.62% from 255) = 26.89%
BLUE value IS 241 (94.53% from 255) = 38.81%
R=34.30%
G=26.89%
B=38.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131672410.120.3100.05277.372.5580
HexD5A7F1C1F051154950
Octal325247361143705425111120
Binary110101011010011111110001110011111010110001010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A7F1; }

 p { color: rgb(213,167,241); }

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

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

 a { background-color: rgb(213,167,241); }

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

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

 span { border-color: rgb(213,167,241); }

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