#D8A0ED

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

Shades of Wisteria #D8A0ED

Tints of Wisteria #D8A0ED

Color information

#D8A0ED (or 0xD8A0ED) is unknown color: approx Wisteria. HEX triplet: D8, A0 and ED. RGB value is (216,160,237). Sum of RGB (Red+Green+Blue) = 216+160+237=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8A0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A0ED is #275F12. Grayscale: #B9B9B9. Windows color (decimal): -2580243 or 15573208. OLE color: 15573208.

HSL color Cylindrical-coordinate representation of color #D8A0ED: hue angle of 283.64º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8A0ED is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216160237-
CMYK0.090.3200.07
HSL283.64º68.14%77.84%-
HSV(B)283.64º32.49%92.94%-
XYZ56.1845.8586.01-
YUV185.52157.05149.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=35.24%
G=26.10%
B=38.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161602370.090.3200.07283.6468.1477.84
HexD8A0ED9200711c444e
Octal330240355114007434104116
Binary1101100010100000111011011001100000011110001110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A0ED; }

 p { color: rgb(216,160,237); }

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

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

 a { background-color: rgb(216,160,237); }

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

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

 span { border-color: rgb(216,160,237); }

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