#D5A0E8

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

Shades of Wisteria #D5A0E8

Tints of Wisteria #D5A0E8

Color information

#D5A0E8 (or 0xD5A0E8) is unknown color: approx Wisteria. HEX triplet: D5, A0 and E8. RGB value is (213,160,232). Sum of RGB (Red+Green+Blue) = 213+160+232=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5A0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0E8 is #2A5F17. Grayscale: #B7B7B7. Windows color (decimal): -2776856 or 15245525. OLE color: 15245525.

HSL color Cylindrical-coordinate representation of color #D5A0E8: hue angle of 284.17º 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 #D5A0E8 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB213160232-
CMYK0.080.3100.09
HSL284.17º61.02%76.86%-
HSV(B)284.17º31.03%90.98%-
XYZ54.5845.1182.18-
YUV184.05155.06148.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 160 (62.89% from 255) = 26.45%
BLUE value IS 232 (91.02% from 255) = 38.35%
R=35.21%
G=26.45%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131602320.080.3100.09284.1761.0276.86
HexD5A0E881F0911c3d4d
Octal325240350103701143475115
Binary110101011010000011101000100011111010011000111001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0E8; }

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

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

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

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

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

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

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

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