#D3A5FF

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

Shades of Mauve #D3A5FF

Tints of Mauve #D3A5FF

Color information

#D3A5FF (or 0xD3A5FF) is unknown color: approx Mauve. HEX triplet: D3, A5 and FF. RGB value is (211,165,255). Sum of RGB (Red+Green+Blue) = 211+165+255=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 165 (64.84% from 255 or 26.15% 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 #D3A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A5FF is #2C5A00. Grayscale: #BCBCBC. Windows color (decimal): -2906625 or 16754131. OLE color: 16754131.

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

Color convert

RGB211165255-
CMYK0.170.3500
HSL270.67º100%82.35%-
HSV(B)270.67º35.29%100%-
XYZ58.3747.98100.79-
YUV189.01165.24143.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 165 (64.84% from 255) = 26.15%
BLUE value IS 255 (100% from 255) = 40.41%
R=33.44%
G=26.15%
B=40.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111652550.170.3500270.6710082.35
HexD3A5FF11230010f6452
Octal323245377214300417144122
Binary110100111010010111111111100011000110010000111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A5FF; }

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

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

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

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

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

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

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

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