#D3A4FF

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

Shades of Mauve #D3A4FF

Tints of Mauve #D3A4FF

Color information

#D3A4FF (or 0xD3A4FF) is unknown color: approx Mauve. HEX triplet: D3, A4 and FF. RGB value is (211,164,255). Sum of RGB (Red+Green+Blue) = 211+164+255=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A4FF is #2C5B00. Grayscale: #BCBCBC. Windows color (decimal): -2906881 or 16753875. OLE color: 16753875.

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

Color convert

RGB211164255-
CMYK0.170.3600
HSL270.99º100%82.16%-
HSV(B)270.99º35.69%100%-
XYZ58.1947.62100.73-
YUV188.43165.57144.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 164 (64.45% from 255) = 26.03%
BLUE value IS 255 (100% from 255) = 40.48%
R=33.49%
G=26.03%
B=40.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111642550.170.3600270.9910082.16
HexD3A4FF11240010f6452
Octal323244377214400417144122
Binary110100111010010011111111100011001000010000111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A4FF; }

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

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

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

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

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

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

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

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