#d1a2e0

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

Shades of Wisteria #D1A2E0

Tints of Wisteria #D1A2E0

Color information

#D1A2E0 (or 0xD1A2E0) is unknown color: approx Wisteria. HEX triplet: D1, A2 and E0. RGB value is (209,162,224). Sum of RGB (Red+Green+Blue) = 209+162+224=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1A2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2E0 is #2E5D1F. Grayscale: #B6B6B6. Windows color (decimal): -3038496 or 14721745. OLE color: 14721745.

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

Color convert

RGB209162224-
CMYK0.070.2800.12
HSL285.48º50%75.69%-
HSV(B)285.48º27.68%87.84%-
XYZ52.6744.7876.39-
YUV183.12151.07146.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 162 (63.67% from 255) = 27.23%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=35.13%
G=27.23%
B=37.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091622240.070.2800.12285.485075.69
HexD1A2E071C0C11d324c
Octal32124234073401443562114
Binary11010001101000101110000011111100011001000111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1a2e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1a2e0; }

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

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

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

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

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

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

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

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