#D1A3EA

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

Shades of Wisteria #D1A3EA

Tints of Wisteria #D1A3EA

Color information

#D1A3EA (or 0xD1A3EA) is unknown color: approx Wisteria. HEX triplet: D1, A3 and EA. RGB value is (209,163,234). Sum of RGB (Red+Green+Blue) = 209+163+234=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A3EA is #2E5C15. Grayscale: #B8B8B8. Windows color (decimal): -3038230 or 15377361. OLE color: 15377361.

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

Color convert

RGB209163234-
CMYK0.110.3000.08
HSL278.87º62.83%77.84%-
HSV(B)278.87º30.34%91.76%-
XYZ54.2445.6983.8-
YUV184.85155.74145.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.49%
GREEN value IS 163 (64.06% from 255) = 26.90%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=34.49%
G=26.90%
B=38.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091632340.110.3000.08278.8762.8377.84
HexD1A3EAB1E081173f4e
Octal321243352133601042777116
Binary110100011010001111101010101111110010001000101111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A3EA; }

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

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

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

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

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

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

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

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