#A89DF5

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

Shades of Wistful #A89DF5

Tints of Wistful #A89DF5

Color information

#A89DF5 (or 0xA89DF5) is unknown color: approx Wistful. HEX triplet: A8, 9D and F5. RGB value is (168,157,245). Sum of RGB (Red+Green+Blue) = 168+157+245=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #A89DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89DF5 is #57620A. Grayscale: #A9A9A9. Windows color (decimal): -5726731 or 16096680. OLE color: 16096680.

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

Color convert

RGB168157245-
CMYK0.310.3600.04
HSL247.5º81.48%78.82%-
HSV(B)247.5º35.92%96.08%-
XYZ44.6939.0391.56-
YUV170.32170.14126.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.47%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 245 (96.09% from 255) = 42.98%
R=29.47%
G=27.54%
B=42.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681572450.310.3600.04247.581.4878.82
HexA89DF51F2404f8514f
Octal250235365374404370121117
Binary1010100010011101111101011111110010001001111100010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89DF5; }

 p { color: rgb(168,157,245); }

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

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

 a { background-color: rgb(168,157,245); }

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

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

 span { border-color: rgb(168,157,245); }

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