#A09BE5

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

Shades of Wistful #A09BE5

Tints of Wistful #A09BE5

Color information

#A09BE5 (or 0xA09BE5) is unknown color: approx Wistful. HEX triplet: A0, 9B and E5. RGB value is (160,155,229). Sum of RGB (Red+Green+Blue) = 160+155+229=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #A09BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BE5 is #5F641A. Grayscale: #A4A4A4. Windows color (decimal): -6251547 or 15047584. OLE color: 15047584.

HSL color Cylindrical-coordinate representation of color #A09BE5: hue angle of 244.05º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A09BE5 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160155229-
CMYK0.300.3200.10
HSL244.05º58.73%75.29%-
HSV(B)244.05º32.31%89.8%-
XYZ40.3636.5779.06-
YUV164.93164.16124.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=29.41%
G=28.49%
B=42.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1601552290.300.3200.10244.0558.7375.29
HexA09BE51E200Af43b4b
Octal240233345364001236473113
Binary1010000010011011111001011111010000001010111101001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BE5; }

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

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

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

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

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

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

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

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