#D2A8FA

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

Shades of Mauve #D2A8FA

Tints of Mauve #D2A8FA

Color information

#D2A8FA (or 0xD2A8FA) is unknown color: approx Mauve. HEX triplet: D2, A8 and FA. RGB value is (210,168,250). Sum of RGB (Red+Green+Blue) = 210+168+250=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2A8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A8FA is #2D5705. Grayscale: #BDBDBD. Windows color (decimal): -2971398 or 16427218. OLE color: 16427218.

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

Color convert

RGB210168250-
CMYK0.160.3300.02
HSL270.73º89.13%81.96%-
HSV(B)270.73º32.8%98.04%-
XYZ57.8448.6196.78-
YUV189.91161.91142.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 168 (66.02% from 255) = 26.75%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=33.44%
G=26.75%
B=39.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101682500.160.3300.02270.7389.1381.96
HexD2A8FA10210210f5952
Octal322250372204102417131122
Binary1101001010101000111110101000010000101010000111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A8FA; }

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

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

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

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

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

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

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

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