#d1a0e3

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

Shades of Wisteria #D1A0E3

Tints of Wisteria #D1A0E3

Color information

#D1A0E3 (or 0xD1A0E3) is unknown color: approx Wisteria. HEX triplet: D1, A0 and E3. RGB value is (209,160,227). Sum of RGB (Red+Green+Blue) = 209+160+227=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1A0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0E3 is #2E5F1C. Grayscale: #B6B6B6. Windows color (decimal): -3039005 or 14917841. OLE color: 14917841.

HSL color Cylindrical-coordinate representation of color #D1A0E3: hue angle of 283.88º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1A0E3 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209160227-
CMYK0.080.3000.11
HSL283.88º54.47%75.88%-
HSV(B)283.88º29.52%89.02%-
XYZ52.7344.2478.43-
YUV182.29153.23147.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 160 (62.89% from 255) = 26.85%
BLUE value IS 227 (89.06% from 255) = 38.09%
R=35.07%
G=26.85%
B=38.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091602270.080.3000.11283.8854.4775.88
HexD1A0E381E0B11c364c
Octal321240343103601343466114
Binary110100011010000011100011100011110010111000111001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1a0e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1a0e3; }

 p { color: rgb(209,160,227); }

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

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

 a { background-color: rgb(209,160,227); }

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

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

 span { border-color: rgb(209,160,227); }

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