#D5A3FE

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

Shades of Mauve #D5A3FE

Tints of Mauve #D5A3FE

Color information

#D5A3FE (or 0xD5A3FE) is unknown color: approx Mauve. HEX triplet: D5, A3 and FE. RGB value is (213,163,254). Sum of RGB (Red+Green+Blue) = 213+163+254=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A3FE is #2A5C01. Grayscale: #BCBCBC. Windows color (decimal): -2776066 or 16688085. OLE color: 16688085.

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

Color convert

RGB213163254-
CMYK0.160.3600.00
HSL272.97º97.85%81.76%-
HSV(B)272.97º35.83%99.61%-
XYZ58.4347.599.85-
YUV188.32165.06145.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 163 (64.06% from 255) = 25.87%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=33.81%
G=25.87%
B=40.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131632540.160.3600.00272.9797.8581.76
HexD5A3FE1024001116252
Octal325243376204400421142122
Binary110101011010001111111110100001001000010001000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A3FE; }

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

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

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

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

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

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

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

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