#A889FA

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

Shades of Biloba Flower #A889FA

Tints of Biloba Flower #A889FA

Color information

#A889FA (or 0xA889FA) is unknown color: approx Biloba Flower. HEX triplet: A8, 89 and FA. RGB value is (168,137,250). Sum of RGB (Red+Green+Blue) = 168+137+250=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #A889FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A889FA is #577605. Grayscale: #9E9E9E. Windows color (decimal): -5731846 or 16419240. OLE color: 16419240.

HSL color Cylindrical-coordinate representation of color #A889FA: hue angle of 256.46º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A889FA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168137250-
CMYK0.330.4500.02
HSL256.46º91.87%75.88%-
HSV(B)256.46º45.2%98.04%-
XYZ42.3533.1294.6-
YUV159.15179.27134.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=30.27%
G=24.68%
B=45.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681372500.330.4500.02256.4691.8775.88
HexA889FA212D021005c4c
Octal250211372415502400134114
Binary10101000100010011111101010000110110101010000000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A889FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A889FA; }

 p { color: rgb(168,137,250); }

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

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

 a { background-color: rgb(168,137,250); }

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

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

 span { border-color: rgb(168,137,250); }

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