#D1AAEA

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

Shades of Wisteria #D1AAEA

Tints of Wisteria #D1AAEA

Color information

#D1AAEA (or 0xD1AAEA) is unknown color: approx Wisteria. HEX triplet: D1, AA and EA. RGB value is (209,170,234). Sum of RGB (Red+Green+Blue) = 209+170+234=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAEA is #2E5515. Grayscale: #BCBCBC. Windows color (decimal): -3036438 or 15379153. OLE color: 15379153.

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

Color convert

RGB209170234-
CMYK0.110.2700.08
HSL276.56º60.38%79.22%-
HSV(B)276.56º27.35%91.76%-
XYZ55.5248.2584.23-
YUV188.96153.42142.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.09%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=34.09%
G=27.73%
B=38.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091702340.110.2700.08276.5660.3879.22
HexD1AAEAB1B081153c4f
Octal321252352133301042574117
Binary110100011010101011101010101111011010001000101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AAEA; }

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

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

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

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

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

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

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

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