#D8A1FF

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

Shades of Mauve #D8A1FF

Tints of Mauve #D8A1FF

Color information

#D8A1FF (or 0xD8A1FF) is unknown color: approx Mauve. HEX triplet: D8, A1 and FF. RGB value is (216,161,255). Sum of RGB (Red+Green+Blue) = 216+161+255=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A1FF is #275E00. Grayscale: #BBBBBB. Windows color (decimal): -2579969 or 16753112. OLE color: 16753112.

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

Color convert

RGB216161255-
CMYK0.150.3700
HSL275.11º100%81.57%-
HSV(B)275.11º36.86%100%-
XYZ59.1147.31100.62-
YUV188.16165.72147.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.18%
GREEN value IS 161 (63.28% from 255) = 25.47%
BLUE value IS 255 (100% from 255) = 40.35%
R=34.18%
G=25.47%
B=40.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161612550.150.3700275.1110081.57
HexD8A1FFF25001136452
Octal330241377174500423144122
Binary11011000101000011111111111111001010010001001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A1FF; }

 p { color: rgb(216,161,255); }

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

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

 a { background-color: rgb(216,161,255); }

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

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

 span { border-color: rgb(216,161,255); }

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