#D1A5FA

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

Shades of Mauve #D1A5FA

Tints of Mauve #D1A5FA

Color information

#D1A5FA (or 0xD1A5FA) is unknown color: approx Mauve. HEX triplet: D1, A5 and FA. RGB value is (209,165,250). Sum of RGB (Red+Green+Blue) = 209+165+250=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A5FA is #2E5A05. Grayscale: #BBBBBB. Windows color (decimal): -3037702 or 16426449. OLE color: 16426449.

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

Color convert

RGB209165250-
CMYK0.160.3400.02
HSL271.06º89.47%81.37%-
HSV(B)271.06º34%98.04%-
XYZ5747.3796.58-
YUV187.85163.08143.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 165 (64.84% from 255) = 26.44%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=33.49%
G=26.44%
B=40.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091652500.160.3400.02271.0689.4781.37
HexD1A5FA10220210f5951
Octal321245372204202417131121
Binary1101000110100101111110101000010001001010000111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A5FA; }

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

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

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

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

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

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

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

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