#D49AEE

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

Shades of Wisteria #D49AEE

Tints of Wisteria #D49AEE

Color information

#D49AEE (or 0xD49AEE) is unknown color: approx Wisteria. HEX triplet: D4, 9A and EE. RGB value is (212,154,238). Sum of RGB (Red+Green+Blue) = 212+154+238=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #D49AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AEE is #2B6511. Grayscale: #B4B4B4. Windows color (decimal): -2843922 or 15637204. OLE color: 15637204.

HSL color Cylindrical-coordinate representation of color #D49AEE: hue angle of 281.43º degrees, saturation: 0.71, 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 #D49AEE is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212154238-
CMYK0.110.3500.07
HSL281.43º71.19%76.86%-
HSV(B)281.43º35.29%93.33%-
XYZ54.1443.2886.39-
YUV180.92160.22150.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=35.10%
G=25.50%
B=39.40%

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
Decimal2121542380.110.3500.07281.4371.1976.86
HexD49AEEB2307119474d
Octal324232356134307431107115
Binary1101010010011010111011101011100011011110001100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AEE; }

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

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

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

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

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

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

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

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