#D2A0FF

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

Shades of Mauve #D2A0FF

Tints of Mauve #D2A0FF

Color information

#D2A0FF (or 0xD2A0FF) is unknown color: approx Mauve. HEX triplet: D2, A0 and FF. RGB value is (210,160,255). Sum of RGB (Red+Green+Blue) = 210+160+255=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A0FF is #2D5F00. Grayscale: #B9B9B9. Windows color (decimal): -2973441 or 16752850. OLE color: 16752850.

HSL color Cylindrical-coordinate representation of color #D2A0FF: hue angle of 271.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2A0FF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210160255-
CMYK0.180.3700
HSL271.58º100%81.37%-
HSV(B)271.58º37.25%100%-
XYZ57.246.06100.48-
YUV185.78167.06145.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 160 (62.89% from 255) = 25.6%
BLUE value IS 255 (100% from 255) = 40.8%
R=33.6%
G=25.6%
B=40.8%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101602550.180.3700271.5810081.37
HexD2A0FF1225001106451
Octal322240377224500420144121
Binary110100101010000011111111100101001010010001000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A0FF; }

 p { color: rgb(210,160,255); }

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

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

 a { background-color: rgb(210,160,255); }

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

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

 span { border-color: rgb(210,160,255); }

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