#D5ABE9

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

Shades of Wisteria #D5ABE9

Tints of Wisteria #D5ABE9

Color information

#D5ABE9 (or 0xD5ABE9) is unknown color: approx Wisteria. HEX triplet: D5, AB and E9. RGB value is (213,171,233). Sum of RGB (Red+Green+Blue) = 213+171+233=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5ABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABE9 is #2A5416. Grayscale: #BEBEBE. Windows color (decimal): -2774039 or 15313877. OLE color: 15313877.

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

Color convert

RGB213171233-
CMYK0.090.2700.09
HSL280.65º58.49%79.22%-
HSV(B)280.65º26.61%91.37%-
XYZ56.7149.1683.59-
YUV190.63151.91143.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 171 (67.19% from 255) = 27.71%
BLUE value IS 233 (91.41% from 255) = 37.76%
R=34.52%
G=27.71%
B=37.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131712330.090.2700.09280.6558.4979.22
HexD5ABE991B091193a4f
Octal325253351113301143172117
Binary110101011010101111101001100111011010011000110011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABE9; }

 p { color: rgb(213,171,233); }

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

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

 a { background-color: rgb(213,171,233); }

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

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

 span { border-color: rgb(213,171,233); }

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