#D8A3EA

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

Shades of Wisteria #D8A3EA

Tints of Wisteria #D8A3EA

Color information

#D8A3EA (or 0xD8A3EA) is unknown color: approx Wisteria. HEX triplet: D8, A3 and EA. RGB value is (216,163,234). Sum of RGB (Red+Green+Blue) = 216+163+234=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A3EA is #275C15. Grayscale: #BABABA. Windows color (decimal): -2579478 or 15377368. OLE color: 15377368.

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

Color convert

RGB216163234-
CMYK0.080.3000.08
HSL284.79º62.83%77.84%-
HSV(B)284.79º30.34%91.76%-
XYZ56.2746.7383.9-
YUV186.94154.56148.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=35.24%
G=26.59%
B=38.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161632340.080.3000.08284.7962.8377.84
HexD8A3EA81E0811d3f4e
Octal330243352103601043577116
Binary110110001010001111101010100011110010001000111011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A3EA; }

 p { color: rgb(216,163,234); }

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

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

 a { background-color: rgb(216,163,234); }

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

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

 span { border-color: rgb(216,163,234); }

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