#D4A2EF

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

Shades of Wisteria #D4A2EF

Tints of Wisteria #D4A2EF

Color information

#D4A2EF (or 0xD4A2EF) is unknown color: approx Wisteria. HEX triplet: D4, A2 and EF. RGB value is (212,162,239). Sum of RGB (Red+Green+Blue) = 212+162+239=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4A2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A2EF is #2B5D10. Grayscale: #B9B9B9. Windows color (decimal): -2841873 or 15704788. OLE color: 15704788.

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

Color convert

RGB212162239-
CMYK0.110.3200.06
HSL278.96º70.64%78.63%-
HSV(B)278.96º32.22%93.73%-
XYZ55.6546.0787.62-
YUV185.73158.06146.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.58%
GREEN value IS 162 (63.67% from 255) = 26.43%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=34.58%
G=26.43%
B=38.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121622390.110.3200.06278.9670.6478.63
HexD4A2EFB2006117474f
Octal324242357134006427107117
Binary1101010010100010111011111011100000011010001011110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2EF; }

 p { color: rgb(212,162,239); }

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

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

 a { background-color: rgb(212,162,239); }

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

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

 span { border-color: rgb(212,162,239); }

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