#D1A3E0

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

Shades of Wisteria #D1A3E0

Tints of Wisteria #D1A3E0

Color information

#D1A3E0 (or 0xD1A3E0) is unknown color: approx Wisteria. HEX triplet: D1, A3 and E0. RGB value is (209,163,224). Sum of RGB (Red+Green+Blue) = 209+163+224=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1A3E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3E0 is #2E5C1F. Grayscale: #B7B7B7. Windows color (decimal): -3038240 or 14722001. OLE color: 14722001.

HSL color Cylindrical-coordinate representation of color #D1A3E0: hue angle of 285.25º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1A3E0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209163224-
CMYK0.070.2700.12
HSL285.25º49.59%75.88%-
HSV(B)285.25º27.23%87.84%-
XYZ52.8545.1376.45-
YUV183.71150.74146.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 163 (64.06% from 255) = 27.35%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=35.07%
G=27.35%
B=37.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091632240.070.2700.12285.2549.5975.88
HexD1A3E071B0C11d324c
Octal32124334073301443562114
Binary11010001101000111110000011111011011001000111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A3E0; }

 p { color: rgb(209,163,224); }

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

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

 a { background-color: rgb(209,163,224); }

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

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

 span { border-color: rgb(209,163,224); }

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