#D1A1EA

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

Shades of Wisteria #D1A1EA

Tints of Wisteria #D1A1EA

Color information

#D1A1EA (or 0xD1A1EA) is unknown color: approx Wisteria. HEX triplet: D1, A1 and EA. RGB value is (209,161,234). Sum of RGB (Red+Green+Blue) = 209+161+234=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1A1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A1EA is #2E5E15. Grayscale: #B7B7B7. Windows color (decimal): -3038742 or 15376849. OLE color: 15376849.

HSL color Cylindrical-coordinate representation of color #D1A1EA: hue angle of 279.45º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1A1EA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209161234-
CMYK0.110.3100.08
HSL279.45º63.48%77.45%-
HSV(B)279.45º31.2%91.76%-
XYZ53.8944.9983.68-
YUV183.67156.4146.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=34.60%
G=26.66%
B=38.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091612340.110.3100.08279.4563.4877.45
HexD1A1EAB1F081173f4d
Octal321241352133701042777115
Binary110100011010000111101010101111111010001000101111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A1EA; }

 p { color: rgb(209,161,234); }

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

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

 a { background-color: rgb(209,161,234); }

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

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

 span { border-color: rgb(209,161,234); }

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