#D5ABEA

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

Shades of Wisteria #D5ABEA

Tints of Wisteria #D5ABEA

Color information

#D5ABEA (or 0xD5ABEA) is unknown color: approx Wisteria. HEX triplet: D5, AB and EA. RGB value is (213,171,234). Sum of RGB (Red+Green+Blue) = 213+171+234=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABEA is #2A5415. Grayscale: #BEBEBE. Windows color (decimal): -2774038 or 15379413. OLE color: 15379413.

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

Color convert

RGB213171234-
CMYK0.090.2700.08
HSL280º60%79.41%-
HSV(B)280º26.92%91.76%-
XYZ56.8549.2184.34-
YUV190.74152.41143.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=34.47%
G=27.67%
B=37.86%

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
Decimal2131712340.090.2700.082806079.41
HexD5ABEA91B081183c4f
Octal325253352113301043074117
Binary110101011010101111101010100111011010001000110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABEA; }

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

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

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

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

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

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

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

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