#D5A4EA

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

Shades of Wisteria #D5A4EA

Tints of Wisteria #D5A4EA

Color information

#D5A4EA (or 0xD5A4EA) is unknown color: approx Wisteria. HEX triplet: D5, A4 and EA. RGB value is (213,164,234). Sum of RGB (Red+Green+Blue) = 213+164+234=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A4EA is #2A5B15. Grayscale: #BABABA. Windows color (decimal): -2775830 or 15377621. OLE color: 15377621.

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

Color convert

RGB213164234-
CMYK0.090.3000.08
HSL282º62.5%78.04%-
HSV(B)282º29.91%91.76%-
XYZ55.5746.6483.92-
YUV186.63154.73146.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=34.86%
G=26.84%
B=38.30%

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
Decimal2131642340.090.3000.0828262.578.04
HexD5A4EA91E0811a3e4e
Octal325244352113601043276116
Binary110101011010010011101010100111110010001000110101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A4EA; }

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

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

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

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

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

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

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

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