#D5A3EB

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

Shades of Wisteria #D5A3EB

Tints of Wisteria #D5A3EB

Color information

#D5A3EB (or 0xD5A3EB) is unknown color: approx Wisteria. HEX triplet: D5, A3 and EB. RGB value is (213,163,235). Sum of RGB (Red+Green+Blue) = 213+163+235=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A3EB is #2A5C14. Grayscale: #B9B9B9. Windows color (decimal): -2776085 or 15442901. OLE color: 15442901.

HSL color Cylindrical-coordinate representation of color #D5A3EB: hue angle of 281.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5A3EB is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213163235-
CMYK0.090.3100.08
HSL281.67º64.29%78.04%-
HSV(B)281.67º30.64%92.16%-
XYZ55.5346.3484.61-
YUV186.16155.56147.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 163 (64.06% from 255) = 26.68%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=34.86%
G=26.68%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131632350.090.3100.08281.6764.2978.04
HexD5A3EB91F0811a404e
Octal3252433531137010432100116
Binary1101010110100011111010111001111110100010001101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A3EB; }

 p { color: rgb(213,163,235); }

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

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

 a { background-color: rgb(213,163,235); }

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

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

 span { border-color: rgb(213,163,235); }

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