#D2A6F3

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

Shades of Mauve #D2A6F3

Tints of Mauve #D2A6F3

Color information

#D2A6F3 (or 0xD2A6F3) is unknown color: approx Mauve. HEX triplet: D2, A6 and F3. RGB value is (210,166,243). Sum of RGB (Red+Green+Blue) = 210+166+243=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2A6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A6F3 is #2D590C. Grayscale: #BBBBBB. Windows color (decimal): -2971917 or 15967954. OLE color: 15967954.

HSL color Cylindrical-coordinate representation of color #D2A6F3: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2A6F3 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210166243-
CMYK0.140.3200.05
HSL274.29º76.24%80.2%-
HSV(B)274.29º31.69%95.29%-
XYZ56.3947.4590.98-
YUV187.93159.08143.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 166 (65.23% from 255) = 26.82%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=33.93%
G=26.82%
B=39.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101662430.140.3200.05274.2976.2480.2
HexD2A6F3E20051124c50
Octal322246363164005422114120
Binary1101001010100110111100111110100000010110001001010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A6F3; }

 p { color: rgb(210,166,243); }

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

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

 a { background-color: rgb(210,166,243); }

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

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

 span { border-color: rgb(210,166,243); }

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