#D3A7FF

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

Shades of Mauve #D3A7FF

Tints of Mauve #D3A7FF

Color information

#D3A7FF (or 0xD3A7FF) is unknown color: approx Mauve. HEX triplet: D3, A7 and FF. RGB value is (211,167,255). Sum of RGB (Red+Green+Blue) = 211+167+255=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 167 (65.62% from 255 or 26.38% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A7FF is #2C5800. Grayscale: #BDBDBD. Windows color (decimal): -2906113 or 16754643. OLE color: 16754643.

HSL color Cylindrical-coordinate representation of color #D3A7FF: hue angle of 270º 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 #D3A7FF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB211167255-
CMYK0.170.3500
HSL270º100%82.75%-
HSV(B)270º34.51%100%-
XYZ58.7348.71100.91-
YUV190.19164.58142.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 26.38%
BLUE value IS 255 (100% from 255) = 40.28%
R=33.33%
G=26.38%
B=40.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111672550.170.350027010082.75
HexD3A7FF11230010e6453
Octal323247377214300416144123
Binary110100111010011111111111100011000110010000111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A7FF; }

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

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

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

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

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

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

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

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