#D9A0EB

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

Shades of Wisteria #D9A0EB

Tints of Wisteria #D9A0EB

Color information

#D9A0EB (or 0xD9A0EB) is unknown color: approx Wisteria. HEX triplet: D9, A0 and EB. RGB value is (217,160,235). Sum of RGB (Red+Green+Blue) = 217+160+235=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 160 (62.89% from 255 or 26.14% 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 #D9A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A0EB is #265F14. Grayscale: #B9B9B9. Windows color (decimal): -2514709 or 15442137. OLE color: 15442137.

HSL color Cylindrical-coordinate representation of color #D9A0EB: hue angle of 285.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9A0EB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217160235-
CMYK0.080.3200.08
HSL285.6º65.22%77.45%-
HSV(B)285.6º31.91%92.16%-
XYZ56.1845.8984.49-
YUV185.59155.88150.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=35.46%
G=26.14%
B=38.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171602350.080.3200.08285.665.2277.45
HexD9A0EB8200811e414d
Octal3312403531040010436101115
Binary11011001101000001110101110001000000100010001111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0EB; }

 p { color: rgb(217,160,235); }

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

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

 a { background-color: rgb(217,160,235); }

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

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

 span { border-color: rgb(217,160,235); }

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