#D4A3EE

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

Shades of Wisteria #D4A3EE

Tints of Wisteria #D4A3EE

Color information

#D4A3EE (or 0xD4A3EE) is unknown color: approx Wisteria. HEX triplet: D4, A3 and EE. RGB value is (212,163,238). Sum of RGB (Red+Green+Blue) = 212+163+238=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A3EE is #2B5C11. Grayscale: #B9B9B9. Windows color (decimal): -2841618 or 15639508. OLE color: 15639508.

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

Color convert

RGB212163238-
CMYK0.110.3200.07
HSL279.2º68.81%78.63%-
HSV(B)279.2º31.51%93.33%-
XYZ55.6846.3686.9-
YUV186.2157.23146.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.58%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=34.58%
G=26.59%
B=38.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121632380.110.3200.07279.268.8178.63
HexD4A3EEB2007117454f
Octal324243356134007427105117
Binary1101010010100011111011101011100000011110001011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A3EE; }

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

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

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

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

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

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

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

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