#D8A0E8

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

Shades of Wisteria #D8A0E8

Tints of Wisteria #D8A0E8

Color information

#D8A0E8 (or 0xD8A0E8) is unknown color: approx Wisteria. HEX triplet: D8, A0 and E8. RGB value is (216,160,232). Sum of RGB (Red+Green+Blue) = 216+160+232=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8A0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A0E8 is #275F17. Grayscale: #B8B8B8. Windows color (decimal): -2580248 or 15245528. OLE color: 15245528.

HSL color Cylindrical-coordinate representation of color #D8A0E8: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8A0E8 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216160232-
CMYK0.070.3100.09
HSL286.67º61.02%76.86%-
HSV(B)286.67º31.03%90.98%-
XYZ55.4645.5782.22-
YUV184.95154.55150.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=35.53%
G=26.32%
B=38.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161602320.070.3100.09286.6761.0276.86
HexD8A0E871F0911f3d4d
Octal33024035073701143775115
Binary11011000101000001110100011111111010011000111111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A0E8; }

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

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

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

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

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

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

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

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