#D5A4EB

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

Shades of Wisteria #D5A4EB

Tints of Wisteria #D5A4EB

Color information

#D5A4EB (or 0xD5A4EB) is unknown color: approx Wisteria. HEX triplet: D5, A4 and EB. RGB value is (213,164,235). Sum of RGB (Red+Green+Blue) = 213+164+235=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A4EB is #2A5B14. Grayscale: #BABABA. Windows color (decimal): -2775829 or 15443157. OLE color: 15443157.

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

Color convert

RGB213164235-
CMYK0.090.3000.08
HSL281.41º63.96%78.24%-
HSV(B)281.41º30.21%92.16%-
XYZ55.7146.784.67-
YUV186.74155.23146.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 164 (64.45% from 255) = 26.80%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=34.80%
G=26.80%
B=38.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131642350.090.3000.08281.4163.9678.24
HexD5A4EB91E08119404e
Octal3252443531136010431100116
Binary1101010110100100111010111001111100100010001100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A4EB; }

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

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

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

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

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

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

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

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