#D5A9E5

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

Shades of Wisteria #D5A9E5

Tints of Wisteria #D5A9E5

Color information

#D5A9E5 (or 0xD5A9E5) is unknown color: approx Wisteria. HEX triplet: D5, A9 and E5. RGB value is (213,169,229). Sum of RGB (Red+Green+Blue) = 213+169+229=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5A9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9E5 is #2A561A. Grayscale: #BCBCBC. Windows color (decimal): -2774555 or 15051221. OLE color: 15051221.

HSL color Cylindrical-coordinate representation of color #D5A9E5: hue angle of 284º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5A9E5 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213169229-
CMYK0.070.2600.10
HSL284º53.57%78.04%-
HSV(B)284º26.2%89.8%-
XYZ55.7748.1880.49-
YUV189150.58145.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=34.86%
G=27.66%
B=37.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131692290.070.2600.1028453.5778.04
HexD5A9E571A0A11c364e
Octal32525134573201243466116
Binary11010101101010011110010111111010010101000111001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A9E5; }

 p { color: rgb(213,169,229); }

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

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

 a { background-color: rgb(213,169,229); }

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

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

 span { border-color: rgb(213,169,229); }

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