#D4AAEA

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

Shades of Wisteria #D4AAEA

Tints of Wisteria #D4AAEA

Color information

#D4AAEA (or 0xD4AAEA) is unknown color: approx Wisteria. HEX triplet: D4, AA and EA. RGB value is (212,170,234). Sum of RGB (Red+Green+Blue) = 212+170+234=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAEA is #2B5515. Grayscale: #BDBDBD. Windows color (decimal): -2839830 or 15379156. OLE color: 15379156.

HSL color Cylindrical-coordinate representation of color #D4AAEA: hue angle of 279.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4AAEA is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212170234-
CMYK0.090.2700.08
HSL279.38º60.38%79.22%-
HSV(B)279.38º27.35%91.76%-
XYZ56.3848.6984.27-
YUV189.85152.91143.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.42%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=34.42%
G=27.60%
B=37.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121702340.090.2700.08279.3860.3879.22
HexD4AAEA91B081173c4f
Octal324252352113301042774117
Binary110101001010101011101010100111011010001000101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAEA; }

 p { color: rgb(212,170,234); }

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

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

 a { background-color: rgb(212,170,234); }

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

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

 span { border-color: rgb(212,170,234); }

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