#D7A4EA

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

Shades of Wisteria #D7A4EA

Tints of Wisteria #D7A4EA

Color information

#D7A4EA (or 0xD7A4EA) is unknown color: approx Wisteria. HEX triplet: D7, A4 and EA. RGB value is (215,164,234). Sum of RGB (Red+Green+Blue) = 215+164+234=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 164 (64.45% from 255 or 26.75% 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 #D7A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A4EA is #285B15. Grayscale: #BBBBBB. Windows color (decimal): -2644758 or 15377623. OLE color: 15377623.

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

Color convert

RGB215164234-
CMYK0.080.3000.08
HSL283.71º62.5%78.04%-
HSV(B)283.71º29.91%91.76%-
XYZ56.1546.9483.94-
YUV187.23154.4147.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=35.07%
G=26.75%
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
Decimal2151642340.080.3000.08283.7162.578.04
HexD7A4EA81E0811c3e4e
Octal327244352103601043476116
Binary110101111010010011101010100011110010001000111001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A4EA; }

 p { color: rgb(215,164,234); }

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

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

 a { background-color: rgb(215,164,234); }

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

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

 span { border-color: rgb(215,164,234); }

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