#D5ABF7

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

Shades of Mauve #D5ABF7

Tints of Mauve #D5ABF7

Color information

#D5ABF7 (or 0xD5ABF7) is unknown color: approx Mauve. HEX triplet: D5, AB and F7. RGB value is (213,171,247). Sum of RGB (Red+Green+Blue) = 213+171+247=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5ABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABF7 is #2A5408. Grayscale: #BFBFBF. Windows color (decimal): -2774025 or 16231381. OLE color: 16231381.

HSL color Cylindrical-coordinate representation of color #D5ABF7: hue angle of 273.16º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5ABF7 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213171247-
CMYK0.140.3100.03
HSL273.16º82.61%81.96%-
HSV(B)273.16º30.77%96.86%-
XYZ58.7949.9994.55-
YUV192.22158.91142.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 171 (67.19% from 255) = 27.10%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=33.76%
G=27.10%
B=39.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2131712470.140.3100.03273.1682.6181.96
HexD5ABF7E1F031115352
Octal325253367163703421123122
Binary11010101101010111111011111101111101110001000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABF7; }

 p { color: rgb(213,171,247); }

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

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

 a { background-color: rgb(213,171,247); }

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

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

 span { border-color: rgb(213,171,247); }

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