#D7A7EA

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

Shades of Wisteria #D7A7EA

Tints of Wisteria #D7A7EA

Color information

#D7A7EA (or 0xD7A7EA) is unknown color: approx Wisteria. HEX triplet: D7, A7 and EA. RGB value is (215,167,234). Sum of RGB (Red+Green+Blue) = 215+167+234=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7A7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A7EA is #285815. Grayscale: #BCBCBC. Windows color (decimal): -2643990 or 15378391. OLE color: 15378391.

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

Color convert

RGB215167234-
CMYK0.080.2900.08
HSL282.99º61.47%78.63%-
HSV(B)282.99º28.63%91.76%-
XYZ56.6948.0384.12-
YUV188.99153.4146.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.90%
GREEN value IS 167 (65.62% from 255) = 27.11%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=34.90%
G=27.11%
B=37.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151672340.080.2900.08282.9961.4778.63
HexD7A7EA81D0811b3d4f
Octal327247352103501043375117
Binary110101111010011111101010100011101010001000110111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A7EA; }

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

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

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

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

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

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

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

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