#A09BF6

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

Shades of Wistful #A09BF6

Tints of Wistful #A09BF6

Color information

#A09BF6 (or 0xA09BF6) is unknown color: approx Wistful. HEX triplet: A0, 9B and F6. RGB value is (160,155,246). Sum of RGB (Red+Green+Blue) = 160+155+246=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #A09BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BF6 is #5F6409. Grayscale: #A6A6A6. Windows color (decimal): -6251530 or 16161696. OLE color: 16161696.

HSL color Cylindrical-coordinate representation of color #A09BF6: hue angle of 243.3º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09BF6 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160155246-
CMYK0.350.3700.04
HSL243.3º83.49%78.63%-
HSV(B)243.3º36.99%96.47%-
XYZ42.8537.5792.18-
YUV166.87172.66123.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=28.52%
G=27.63%
B=43.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601552460.350.3700.04243.383.4978.63
HexA09BF6232504f3534f
Octal240233366434504363123117
Binary10100000100110111111011010001110010101001111001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BF6; }

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

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

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

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

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

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

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

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