#D4ABEA

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

Shades of Wisteria #D4ABEA

Tints of Wisteria #D4ABEA

Color information

#D4ABEA (or 0xD4ABEA) is unknown color: approx Wisteria. HEX triplet: D4, AB and EA. RGB value is (212,171,234). Sum of RGB (Red+Green+Blue) = 212+171+234=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABEA is #2B5415. Grayscale: #BEBEBE. Windows color (decimal): -2839574 or 15379412. OLE color: 15379412.

HSL color Cylindrical-coordinate representation of color #D4ABEA: hue angle of 279.05º 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 #D4ABEA is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212171234-
CMYK0.090.2700.08
HSL279.05º60%79.41%-
HSV(B)279.05º26.92%91.76%-
XYZ56.5749.0684.33-
YUV190.44152.58143.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 171 (67.19% from 255) = 27.71%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=34.36%
G=27.71%
B=37.93%

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
Decimal2121712340.090.2700.08279.056079.41
HexD4ABEA91B081173c4f
Octal324253352113301042774117
Binary110101001010101111101010100111011010001000101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABEA; }

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

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

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

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

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

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

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

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