#D4A4E4

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

Shades of Wisteria #D4A4E4

Tints of Wisteria #D4A4E4

Color information

#D4A4E4 (or 0xD4A4E4) is unknown color: approx Wisteria. HEX triplet: D4, A4 and E4. RGB value is (212,164,228). Sum of RGB (Red+Green+Blue) = 212+164+228=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #D4A4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A4E4 is #2B5B1B. Grayscale: #B9B9B9. Windows color (decimal): -2841372 or 14984404. OLE color: 14984404.

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

Color convert

RGB212164228-
CMYK0.070.2800.11
HSL285º54.24%76.86%-
HSV(B)285º28.07%89.41%-
XYZ54.4346.1579.44-
YUV185.65151.9146.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 228 (89.45% from 255) = 37.75%
R=35.10%
G=27.15%
B=37.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2121642280.070.2800.1128554.2476.86
HexD4A4E471C0B11d364d
Octal32424434473401343566115
Binary11010100101001001110010011111100010111000111011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A4E4; }

 p { color: rgb(212,164,228); }

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

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

 a { background-color: rgb(212,164,228); }

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

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

 span { border-color: rgb(212,164,228); }

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