#D3AAEA

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

Shades of Wisteria #D3AAEA

Tints of Wisteria #D3AAEA

Color information

#D3AAEA (or 0xD3AAEA) is unknown color: approx Wisteria. HEX triplet: D3, AA and EA. RGB value is (211,170,234). Sum of RGB (Red+Green+Blue) = 211+170+234=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AAEA is #2C5515. Grayscale: #BDBDBD. Windows color (decimal): -2905366 or 15379155. OLE color: 15379155.

HSL color Cylindrical-coordinate representation of color #D3AAEA: hue angle of 278.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3AAEA is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211170234-
CMYK0.100.2700.08
HSL278.44º60.38%79.22%-
HSV(B)278.44º27.35%91.76%-
XYZ56.0948.5484.25-
YUV189.56153.08143.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.31%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=34.31%
G=27.64%
B=38.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111702340.100.2700.08278.4460.3879.22
HexD3AAEAA1B081163c4f
Octal323252352123301042674117
Binary110100111010101011101010101011011010001000101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AAEA; }

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

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

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

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

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

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

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

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