#A89CF5

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

Shades of Wistful #A89CF5

Tints of Wistful #A89CF5

Color information

#A89CF5 (or 0xA89CF5) is unknown color: approx Wistful. HEX triplet: A8, 9C and F5. RGB value is (168,156,245). Sum of RGB (Red+Green+Blue) = 168+156+245=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #A89CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89CF5 is #57630A. Grayscale: #A9A9A9. Windows color (decimal): -5726987 or 16096424. OLE color: 16096424.

HSL color Cylindrical-coordinate representation of color #A89CF5: hue angle of 248.09º degrees, saturation: 0.82, 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 #A89CF5 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168156245-
CMYK0.310.3600.04
HSL248.09º81.65%78.63%-
HSV(B)248.09º36.33%96.08%-
XYZ44.5238.6991.51-
YUV169.73170.48126.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.53%
GREEN value IS 156 (61.33% from 255) = 27.42%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=29.53%
G=27.42%
B=43.06%

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
Decimal1681562450.310.3600.04248.0981.6578.63
HexA89CF51F2404f8524f
Octal250234365374404370122117
Binary1010100010011100111101011111110010001001111100010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CF5; }

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

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

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

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

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

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

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

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