#D1A2FA

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

Shades of Mauve #D1A2FA

Tints of Mauve #D1A2FA

Color information

#D1A2FA (or 0xD1A2FA) is unknown color: approx Mauve. HEX triplet: D1, A2 and FA. RGB value is (209,162,250). Sum of RGB (Red+Green+Blue) = 209+162+250=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A2FA is #2E5D05. Grayscale: #B9B9B9. Windows color (decimal): -3038470 or 16425681. OLE color: 16425681.

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

Color convert

RGB209162250-
CMYK0.160.3500.02
HSL272.05º89.8%80.78%-
HSV(B)272.05º35.2%98.04%-
XYZ56.4746.396.4-
YUV186.08164.07144.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 162 (63.67% from 255) = 26.09%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=33.66%
G=26.09%
B=40.26%

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
Decimal2091622500.160.3500.02272.0589.880.78
HexD1A2FA1023021105a51
Octal321242372204302420132121
Binary1101000110100010111110101000010001101010001000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A2FA; }

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

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

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

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

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

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

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

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