#D4A1E0

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

Shades of Wisteria #D4A1E0

Tints of Wisteria #D4A1E0

Color information

#D4A1E0 (or 0xD4A1E0) is unknown color: approx Wisteria. HEX triplet: D4, A1 and E0. RGB value is (212,161,224). Sum of RGB (Red+Green+Blue) = 212+161+224=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4A1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A1E0 is #2B5E1F. Grayscale: #B7B7B7. Windows color (decimal): -2842144 or 14721492. OLE color: 14721492.

HSL color Cylindrical-coordinate representation of color #D4A1E0: hue angle of 288.57º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A1E0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB212161224-
CMYK0.050.2800.12
HSL288.57º50.4%75.49%-
HSV(B)288.57º28.12%87.84%-
XYZ53.3544.8776.37-
YUV183.43150.9148.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 161 (63.28% from 255) = 26.97%
BLUE value IS 224 (87.89% from 255) = 37.52%
R=35.51%
G=26.97%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2121612240.050.2800.12288.5750.475.49
HexD4A1E051C0C121324b
Octal32424134053401444162113
Binary11010100101000011110000010111100011001001000011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A1E0; }

 p { color: rgb(212,161,224); }

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

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

 a { background-color: rgb(212,161,224); }

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

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

 span { border-color: rgb(212,161,224); }

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