#D5ABE7

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

Shades of Wisteria #D5ABE7

Tints of Wisteria #D5ABE7

Color information

#D5ABE7 (or 0xD5ABE7) is unknown color: approx Wisteria. HEX triplet: D5, AB and E7. RGB value is (213,171,231). Sum of RGB (Red+Green+Blue) = 213+171+231=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #D5ABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABE7 is #2A5418. Grayscale: #BEBEBE. Windows color (decimal): -2774041 or 15182805. OLE color: 15182805.

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

Color convert

RGB213171231-
CMYK0.080.2600.09
HSL282º55.56%78.82%-
HSV(B)282º25.97%90.59%-
XYZ56.4349.0482.09-
YUV190.4150.91144.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 231 (90.62% from 255) = 37.56%
R=34.63%
G=27.80%
B=37.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131712310.080.2600.0928255.5678.82
HexD5ABE781A0911a384f
Octal325253347103201143270117
Binary110101011010101111100111100011010010011000110101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABE7; }

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

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

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

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

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

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

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

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