#D7ABEA

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

Shades of Wisteria #D7ABEA

Tints of Wisteria #D7ABEA

Color information

#D7ABEA (or 0xD7ABEA) is unknown color: approx Wisteria. HEX triplet: D7, AB and EA. RGB value is (215,171,234). Sum of RGB (Red+Green+Blue) = 215+171+234=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABEA is #285415. Grayscale: #BFBFBF. Windows color (decimal): -2642966 or 15379415. OLE color: 15379415.

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

Color convert

RGB215171234-
CMYK0.080.2700.08
HSL281.9º60%79.41%-
HSV(B)281.9º26.92%91.76%-
XYZ57.4449.5184.37-
YUV191.34152.08144.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=34.68%
G=27.58%
B=37.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151712340.080.2700.08281.96079.41
HexD7ABEA81B0811a3c4f
Octal327253352103301043274117
Binary110101111010101111101010100011011010001000110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABEA; }

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

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

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

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

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

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

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

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