#A09BE1

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

Shades of Wistful #A09BE1

Tints of Wistful #A09BE1

Color information

#A09BE1 (or 0xA09BE1) is unknown color: approx Wistful. HEX triplet: A0, 9B and E1. RGB value is (160,155,225). Sum of RGB (Red+Green+Blue) = 160+155+225=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #A09BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BE1 is #5F641E. Grayscale: #A4A4A4. Windows color (decimal): -6251551 or 14785440. OLE color: 14785440.

HSL color Cylindrical-coordinate representation of color #A09BE1: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A09BE1 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160155225-
CMYK0.290.3100.12
HSL244.29º53.85%74.51%-
HSV(B)244.29º31.11%88.24%-
XYZ39.8136.3576.15-
YUV164.48162.16124.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=29.63%
G=28.70%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601552250.290.3100.12244.2953.8574.51
HexA09BE11D1F0Cf4364b
Octal240233341353701436466113
Binary101000001001101111100001111011111101100111101001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BE1; }

 p { color: rgb(160,155,225); }

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

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

 a { background-color: rgb(160,155,225); }

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

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

 span { border-color: rgb(160,155,225); }

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