#D3A1EA

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

Shades of Wisteria #D3A1EA

Tints of Wisteria #D3A1EA

Color information

#D3A1EA (or 0xD3A1EA) is unknown color: approx Wisteria. HEX triplet: D3, A1 and EA. RGB value is (211,161,234). Sum of RGB (Red+Green+Blue) = 211+161+234=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 161 (63.28% from 255 or 26.57% 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 #D3A1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A1EA is #2C5E15. Grayscale: #B8B8B8. Windows color (decimal): -2907670 or 15376851. OLE color: 15376851.

HSL color Cylindrical-coordinate representation of color #D3A1EA: hue angle of 281.1º 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 #D3A1EA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211161234-
CMYK0.100.3100.08
HSL281.1º63.48%77.45%-
HSV(B)281.1º31.2%91.76%-
XYZ54.4645.2883.71-
YUV184.27156.06147.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 161 (63.28% from 255) = 26.57%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=34.82%
G=26.57%
B=38.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111612340.100.3100.08281.163.4877.45
HexD3A1EAA1F081193f4d
Octal323241352123701043177115
Binary110100111010000111101010101011111010001000110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A1EA; }

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

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

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

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

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

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

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

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