#A89AF6

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

Shades of Biloba Flower #A89AF6

Tints of Biloba Flower #A89AF6

Color information

#A89AF6 (or 0xA89AF6) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and F6. RGB value is (168,154,246). Sum of RGB (Red+Green+Blue) = 168+154+246=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #A89AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AF6 is #576509. Grayscale: #A8A8A8. Windows color (decimal): -5727498 or 16161448. OLE color: 16161448.

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

Color convert

RGB168154246-
CMYK0.320.3700.04
HSL249.13º83.64%78.43%-
HSV(B)249.13º37.4%96.47%-
XYZ44.3438.0992.2-
YUV168.67171.64127.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.58%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 246 (96.48% from 255) = 43.31%
R=29.58%
G=27.11%
B=43.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681542460.320.3700.04249.1383.6478.43
HexA89AF6202504f9544e
Octal250232366404504371124116
Binary10101000100110101111011010000010010101001111100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AF6; }

 p { color: rgb(168,154,246); }

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

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

 a { background-color: rgb(168,154,246); }

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

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

 span { border-color: rgb(168,154,246); }

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