#D1A7FF

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

Shades of Mauve #D1A7FF

Tints of Mauve #D1A7FF

Color information

#D1A7FF (or 0xD1A7FF) is unknown color: approx Mauve. HEX triplet: D1, A7 and FF. RGB value is (209,167,255). Sum of RGB (Red+Green+Blue) = 209+167+255=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A7FF is #2E5800. Grayscale: #BDBDBD. Windows color (decimal): -3037185 or 16754641. OLE color: 16754641.

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

Color convert

RGB209167255-
CMYK0.180.3500
HSL268.64º100%82.75%-
HSV(B)268.64º34.51%100%-
XYZ58.1648.41100.89-
YUV189.59164.91141.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 167 (65.62% from 255) = 26.47%
BLUE value IS 255 (100% from 255) = 40.41%
R=33.12%
G=26.47%
B=40.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091672550.180.3500268.6410082.75
HexD1A7FF12230010d6453
Octal321247377224300415144123
Binary110100011010011111111111100101000110010000110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A7FF; }

 p { color: rgb(209,167,255); }

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

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

 a { background-color: rgb(209,167,255); }

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

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

 span { border-color: rgb(209,167,255); }

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