#D49AED

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

Shades of Wisteria #D49AED

Tints of Wisteria #D49AED

Color information

#D49AED (or 0xD49AED) is unknown color: approx Wisteria. HEX triplet: D4, 9A and ED. RGB value is (212,154,237). Sum of RGB (Red+Green+Blue) = 212+154+237=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AED is #2B6512. Grayscale: #B4B4B4. Windows color (decimal): -2843923 or 15571668. OLE color: 15571668.

HSL color Cylindrical-coordinate representation of color #D49AED: hue angle of 281.93º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49AED is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212154237-
CMYK0.110.3500.07
HSL281.93º69.75%76.67%-
HSV(B)281.93º35.02%92.94%-
XYZ53.9943.2285.62-
YUV180.8159.72150.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=35.16%
G=25.54%
B=39.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121542370.110.3500.07281.9369.7576.67
HexD49AEDB230711a464d
Octal324232355134307432106115
Binary1101010010011010111011011011100011011110001101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AED; }

 p { color: rgb(212,154,237); }

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

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

 a { background-color: rgb(212,154,237); }

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

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

 span { border-color: rgb(212,154,237); }

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