#D3A2FA

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

Shades of Mauve #D3A2FA

Tints of Mauve #D3A2FA

Color information

#D3A2FA (or 0xD3A2FA) is unknown color: approx Mauve. HEX triplet: D3, A2 and FA. RGB value is (211,162,250). Sum of RGB (Red+Green+Blue) = 211+162+250=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A2FA is #2C5D05. Grayscale: #BABABA. Windows color (decimal): -2907398 or 16425683. OLE color: 16425683.

HSL color Cylindrical-coordinate representation of color #D3A2FA: hue angle of 273.41º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3A2FA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211162250-
CMYK0.160.3500.02
HSL273.41º89.8%80.78%-
HSV(B)273.41º35.2%98.04%-
XYZ57.0446.5996.43-
YUV186.68163.73145.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.87%
GREEN value IS 162 (63.67% from 255) = 26.00%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=33.87%
G=26.00%
B=40.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111622500.160.3500.02273.4189.880.78
HexD3A2FA1023021115a51
Octal323242372204302421132121
Binary1101001110100010111110101000010001101010001000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A2FA; }

 p { color: rgb(211,162,250); }

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

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

 a { background-color: rgb(211,162,250); }

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

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

 span { border-color: rgb(211,162,250); }

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