#D2A2FA

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

Shades of Mauve #D2A2FA

Tints of Mauve #D2A2FA

Color information

#D2A2FA (or 0xD2A2FA) is unknown color: approx Mauve. HEX triplet: D2, A2 and FA. RGB value is (210,162,250). Sum of RGB (Red+Green+Blue) = 210+162+250=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A2FA is #2D5D05. Grayscale: #BABABA. Windows color (decimal): -2972934 or 16425682. OLE color: 16425682.

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

Color convert

RGB210162250-
CMYK0.160.3500.02
HSL272.73º89.8%80.78%-
HSV(B)272.73º35.2%98.04%-
XYZ56.7546.4496.42-
YUV186.38163.9144.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 162 (63.67% from 255) = 26.05%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=33.76%
G=26.05%
B=40.19%

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
Decimal2101622500.160.3500.02272.7389.880.78
HexD2A2FA1023021115a51
Octal322242372204302421132121
Binary1101001010100010111110101000010001101010001000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A2FA; }

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

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

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

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

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

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

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

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