#A89AF1

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

Shades of Biloba Flower #A89AF1

Tints of Biloba Flower #A89AF1

Color information

#A89AF1 (or 0xA89AF1) is unknown color: approx Biloba Flower. HEX triplet: A8, 9A and F1. RGB value is (168,154,241). Sum of RGB (Red+Green+Blue) = 168+154+241=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #A89AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A89AF1 is #57650E. Grayscale: #A7A7A7. Windows color (decimal): -5727503 or 15833768. OLE color: 15833768.

HSL color Cylindrical-coordinate representation of color #A89AF1: hue angle of 249.66º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A89AF1 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168154241-
CMYK0.300.3600.05
HSL249.66º75.65%77.45%-
HSV(B)249.66º36.1%94.51%-
XYZ43.5837.7988.22-
YUV168.1169.14127.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=29.84%
G=27.35%
B=42.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681542410.300.3600.05249.6675.6577.45
HexA89AF11E2405fa4c4d
Octal250232361364405372114115
Binary1010100010011010111100011111010010001011111101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89AF1; }

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

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

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

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

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

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

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

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