#A89FF0

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

Shades of Wistful #A89FF0

Tints of Wistful #A89FF0

Color information

#A89FF0 (or 0xA89FF0) is unknown color: approx Wistful. HEX triplet: A8, 9F and F0. RGB value is (168,159,240). Sum of RGB (Red+Green+Blue) = 168+159+240=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #A89FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89FF0 is #57600F. Grayscale: #AAAAAA. Windows color (decimal): -5726224 or 15769512. OLE color: 15769512.

HSL color Cylindrical-coordinate representation of color #A89FF0: hue angle of 246.67º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A89FF0 is Cyan = 0.3, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168159240-
CMYK0.30.3400.06
HSL246.67º72.97%78.24%-
HSV(B)246.67º33.75%94.12%-
XYZ44.2739.4187.71-
YUV170.92166.98125.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.63%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=29.63%
G=28.04%
B=42.33%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1681592400.30.3400.06246.6772.9778.24
HexA89FF01E2206f7494e
Octal250237360364206367111116
Binary1010100010011111111100001111010001001101111011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89FF0; }

 p { color: rgb(168,159,240); }

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

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

 a { background-color: rgb(168,159,240); }

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

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

 span { border-color: rgb(168,159,240); }

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