#A09BE0

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

Shades of Wistful #A09BE0

Tints of Wistful #A09BE0

Color information

#A09BE0 (or 0xA09BE0) is unknown color: approx Wistful. HEX triplet: A0, 9B and E0. RGB value is (160,155,224). Sum of RGB (Red+Green+Blue) = 160+155+224=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #A09BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BE0 is #5F641F. Grayscale: #A4A4A4. Windows color (decimal): -6251552 or 14719904. OLE color: 14719904.

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

Color convert

RGB160155224-
CMYK0.290.3100.12
HSL244.35º52.67%74.31%-
HSV(B)244.35º30.8%87.84%-
XYZ39.6736.375.44-
YUV164.36161.66124.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 155 (60.94% from 255) = 28.76%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=29.68%
G=28.76%
B=41.56%

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
Decimal1601552240.290.3100.12244.3552.6774.31
HexA09BE01D1F0Cf4354a
Octal240233340353701436465112
Binary101000001001101111100000111011111101100111101001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BE0; }

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

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

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

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

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

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

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

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